Color Hex Logo

#840cca Color Hex

#840CCA
(132,12,202)
0 Favorites   0 Comments

Color spaces of #840cca

RGB 13212202
HSL0.770.890.42
HSV278°94°79°
CMYK 0.350.940.00   0.21
XYZ20.30799.432756.6275
Yxy9.43270.23510.1092
Hunter Lab30.712764.2808-87.8189
CIE-Lab36.804471.3084-69.7949

#840cca color RGB value is (132,12,202).

#840cca hex color red value is 132, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #840cca hue: 0.77 , saturation: 0.89 and the lightness value of 840cca is 0.42.

The process color (four color CMYK) of #840cca color hex is 0.35, 0.94, 0.00, 0.21. Web safe color of #840cca is #9900cc. Color #840cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001100 11001010
Octal 204 14 312
Decimal 132 12 202
Hex 84 C CA

RGB Percentages of Color #840cca

%38.15
%3.47
%58.38

CMYK Percentages of Color #840cca

%35
%94
%0
%21

Triadic Colors of #840cca

#840cca #ca840c #0cca84

Analogous Colors of #840cca

#840cca #ca0cb1 #250cca

Monochromatic Colors of #840cca

#840cca

Complementary Color

#840cca #52ca0c

#840cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#840cca Color CSS Codes

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

#840cca Text Font Color

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

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


#840cca Background Color

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

This div background color is #840cca


#840cca Border Color

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

This div border color is #840cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840cca


Comments

No comments written yet.

Please login to write comment.