Color Hex Logo

#872bcb Color Hex

#872BCB
(135,43,203)
0 Favorites   0 Comments

Color spaces of #872bcb

RGB 13543203
HSL0.760.650.48
HSV275°79°80°
CMYK 0.330.790.00   0.20
XYZ21.635011.190457.5196
Yxy11.19040.23950.1239
Hunter Lab33.452156.9032-78.5306
CIE-Lab39.899364.3425-65.2990

#872bcb color RGB value is (135,43,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101011 11001011
Octal 207 53 313
Decimal 135 43 203
Hex 87 2B CB

RGB Percentages of Color #872bcb

%35.43
%11.29
%53.28

CMYK Percentages of Color #872bcb

%33
%79
%0
%20

Triadic Colors of #872bcb

#872bcb #cb872b #2bcb87

Analogous Colors of #872bcb

#872bcb #cb2bbf #372bcb

Monochromatic Colors of #872bcb

#872bcb

Complementary Color

#872bcb #6fcb2b

#872bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#872bcb Color CSS Codes

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

#872bcb Text Font Color

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

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


#872bcb Background Color

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

This div background color is #872bcb


#872bcb Border Color

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

This div border color is #872bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,43,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872bcb


Comments

No comments written yet.

Please login to write comment.