Color Hex Logo

#840fcd Color Hex

#840FCD
(132,15,205)
0 Favorites   0 Comments

Color spaces of #840fcd

RGB 13215205
HSL0.770.860.43
HSV277°93°80°
CMYK 0.360.930.00   0.20
XYZ20.70609.655058.5299
Yxy9.65500.23290.1086
Hunter Lab31.072564.5714-89.9312
CIE-Lab37.216071.4749-70.8665

#840fcd color RGB value is (132,15,205).

#840fcd hex color red value is 132, green value is 15 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #840fcd hue: 0.77 , saturation: 0.86 and the lightness value of 840fcd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001111 11001101
Octal 204 17 315
Decimal 132 15 205
Hex 84 F CD

RGB Percentages of Color #840fcd

%37.50
%4.26
%58.24

CMYK Percentages of Color #840fcd

%36
%93
%0
%20

Triadic Colors of #840fcd

#840fcd #cd840f #0fcd84

Analogous Colors of #840fcd

#840fcd #cd0fb7 #250fcd

Monochromatic Colors of #840fcd

#840fcd

Complementary Color

#840fcd #58cd0f

#840fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#840fcd Color CSS Codes

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

#840fcd Text Font Color

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

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


#840fcd Background Color

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

This div background color is #840fcd


#840fcd Border Color

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

This div border color is #840fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840fcd


Comments

No comments written yet.

Please login to write comment.