Color Hex Logo

#872fca Color Hex

#872FCA
(135,47,202)
0 Favorites   0 Comments

Color spaces of #872fca

RGB 13547202
HSL0.760.620.49
HSV274°77°79°
CMYK 0.330.770.00   0.21
XYZ21.668911.448256.9448
Yxy11.44820.24060.1271
Hunter Lab33.835255.1043-76.1007
CIE-Lab40.325362.6656-64.0241

#872fca color RGB value is (135,47,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101111 11001010
Octal 207 57 312
Decimal 135 47 202
Hex 87 2F CA

RGB Percentages of Color #872fca

%35.16
%12.24
%52.60

CMYK Percentages of Color #872fca

%33
%77
%0
%21

Triadic Colors of #872fca

#872fca #ca872f #2fca87

Analogous Colors of #872fca

#872fca #ca2fc0 #3a2fca

Monochromatic Colors of #872fca

#872fca

Complementary Color

#872fca #72ca2f

#872fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#872fca Color CSS Codes

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

#872fca Text Font Color

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

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


#872fca Background Color

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

This div background color is #872fca


#872fca Border Color

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

This div border color is #872fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872fca


Comments

No comments written yet.

Please login to write comment.