Color Hex Logo

#872cca Color Hex

#872CCA
(135,44,202)
0 Favorites   0 Comments

Color spaces of #872cca

RGB 13544202
HSL0.760.640.48
HSV275°78°79°
CMYK 0.330.780.00   0.21
XYZ21.553011.216556.9062
Yxy11.21650.24030.1251
Hunter Lab33.491056.2635-77.2987
CIE-Lab39.942763.7691-64.6473

#872cca color RGB value is (135,44,202).

#872cca hex color red value is 135, green value is 44 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #872cca hue: 0.76 , saturation: 0.64 and the lightness value of 872cca is 0.48.

The process color (four color CMYK) of #872cca color hex is 0.33, 0.78, 0.00, 0.21. Web safe color of #872cca is #9933cc. Color #872cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101100 11001010
Octal 207 54 312
Decimal 135 44 202
Hex 87 2C CA

RGB Percentages of Color #872cca

%35.43
%11.55
%53.02

CMYK Percentages of Color #872cca

%33
%78
%0
%21

Triadic Colors of #872cca

#872cca #ca872c #2cca87

Analogous Colors of #872cca

#872cca #ca2cbe #382cca

Monochromatic Colors of #872cca

#872cca

Complementary Color

#872cca #6fca2c

#872cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#872cca Color CSS Codes

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

#872cca Text Font Color

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

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


#872cca Background Color

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

This div background color is #872cca


#872cca Border Color

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

This div border color is #872cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,44,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 #872cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872cca


Comments

No comments written yet.

Please login to write comment.