color codes Logo

#843efc color codes

#843EFC
(132,62,252)
0 Favorites   0 Comments

Color spaces of #843efc

RGB 13262252
HSL0.730.970.62
HSV262°75°99°
CMYK 0.480.750.00   0.01
XYZ28.809015.379193.5455
Yxy15.37910.20920.1117
Hunter Lab39.216262.5013-113.9778
CIE-Lab46.149167.9823-82.9765

#843efc color RGB value is (132,62,252).

#843efc hex color red value is 132, green value is 62 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #843efc hue: 0.73 , saturation: 0.97 and the lightness value of 843efc is 0.62.

The process color (four color CMYK) of #843efc color code is 0.48, 0.75, 0.00, 0.01. Web safe color of #843efc is #9933ff. Color #843efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111110 11111100
Octal 204 76 374
Decimal 132 62 252
Hex 84 3E FC

RGB Percentages of Color #843efc

%29.60
%13.90
%56.50

CMYK Percentages of Color #843efc

%48
%75
%0
%1

Triadic Colors of #843efc

#843efc #fc843e #3efc84

Analogous Colors of #843efc

#843efc #e33efc #3e57fc

Monochromatic Colors of #843efc

#843efc

Complementary Color

#843efc #b6fc3e

#843efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#843efc Color CSS Codes

.mybgcolor {background-color:#843efc; } 
.myforecolor {color:#843efc; }
.mybordercolor {border:3px solid #843efc; }

#843efc Text Font Color

<p style="color:#843efc">Text here</p>

This sample text font color is #843efc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#843efc Background Color

<div style="background-color:#843efc">
Div content here</div>

This div background color is #843efc


#843efc Border Color

<div style="border:3px solid #843efc">
Div here</div>

This div border color is #843efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,62,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843efc;
  -webkit-box-shadow: 1px 1px 3px 2px #843efc;
  box-shadow:         1px 1px 3px 2px #843efc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,62,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #843efc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #843efc;
  -webkit-box-shadow: 1px 1px 3px 2px #843efc;
  box-shadow:         1px 1px 3px 2px #843efc;">
Div content here</div>

This div box has shadow with color #843efc


Comments

No comments written yet.

Please login to write comment.