Color Hex Logo

#840bcc Color Hex

#840BCC
(132,11,204)
0 Favorites   0 Comments

Color spaces of #840bcc

RGB 13211204
HSL0.770.900.42
HSV278°95°80°
CMYK 0.350.950.00   0.20
XYZ20.53459.504557.8790
Yxy9.50450.23360.1081
Hunter Lab30.829464.9420-89.7304
CIE-Lab36.938071.8400-70.7407

#840bcc color RGB value is (132,11,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001011 11001100
Octal 204 13 314
Decimal 132 11 204
Hex 84 B CC

RGB Percentages of Color #840bcc

%38.04
%3.17
%58.79

CMYK Percentages of Color #840bcc

%35
%95
%0
%20

Triadic Colors of #840bcc

#840bcc #cc840b #0bcc84

Analogous Colors of #840bcc

#840bcc #cc0bb4 #240bcc

Monochromatic Colors of #840bcc

#840bcc

Complementary Color

#840bcc #53cc0b

#840bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#840bcc Color CSS Codes

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

#840bcc Text Font Color

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

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


#840bcc Background Color

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

This div background color is #840bcc


#840bcc Border Color

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

This div border color is #840bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840bcc


Comments

No comments written yet.

Please login to write comment.