Color Hex Logo

#840cab Color Hex

#840CAB
(132,12,171)
0 Favorites   0 Comments

Color spaces of #840cab

RGB 13212171
HSL0.790.870.36
HSV285°93°67°
CMYK 0.230.930.00   0.33
XYZ16.99798.108839.1973
Yxy8.10880.26430.1261
Hunter Lab28.476056.7175-61.6798
CIE-Lab34.208565.2856-55.7087

#840cab color RGB value is (132,12,171).

#840cab hex color red value is 132, green value is 12 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #840cab hue: 0.79 , saturation: 0.87 and the lightness value of 840cab is 0.36.

The process color (four color CMYK) of #840cab color hex is 0.23, 0.93, 0.00, 0.33. Web safe color of #840cab is #990099. Color #840cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001100 10101011
Octal 204 14 253
Decimal 132 12 171
Hex 84 C AB

RGB Percentages of Color #840cab

%41.90
%3.81
%54.29

CMYK Percentages of Color #840cab

%23
%93
%0
%33

Triadic Colors of #840cab

#840cab #ab840c #0cab84

Analogous Colors of #840cab

#840cab #ab0c83 #350cab

Monochromatic Colors of #840cab

#840cab

Complementary Color

#840cab #33ab0c

#840cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#840cab Color CSS Codes

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

#840cab Text Font Color

<p style="color:#840cab">Text here</p>

This sample text font color is #840cab
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.


#840cab Background Color

<div style="background-color:#840cab">
Div content here</div>

This div background color is #840cab


#840cab Border Color

<div style="border:3px solid #840cab">
Div here</div>

This div border color is #840cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,12,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #840cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #840cab;
  -webkit-box-shadow: 1px 1px 3px 2px #840cab;
  box-shadow:         1px 1px 3px 2px #840cab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840cab


Comments

No comments written yet.

Please login to write comment.