Color Hex Logo

#872ab2 Color Hex

#872AB2
(135,42,178)
0 Favorites   0 Comments

Color spaces of #872ab2

RGB 13542178
HSL0.780.620.43
HSV281°76°70°
CMYK 0.240.760.00   0.30
XYZ18.855510.021243.0600
Yxy10.02120.26210.1393
Hunter Lab31.656350.9219-58.4890
CIE-Lab37.880559.3672-53.9056

#872ab2 color RGB value is (135,42,178).

#872ab2 hex color red value is 135, green value is 42 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #872ab2 hue: 0.78 , saturation: 0.62 and the lightness value of 872ab2 is 0.43.

The process color (four color CMYK) of #872ab2 color hex is 0.24, 0.76, 0.00, 0.30. Web safe color of #872ab2 is #993399. Color #872ab2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101010 10110010
Octal 207 52 262
Decimal 135 42 178
Hex 87 2A B2

RGB Percentages of Color #872ab2

%38.03
%11.83
%50.14

CMYK Percentages of Color #872ab2

%24
%76
%0
%30

Triadic Colors of #872ab2

#872ab2 #b2872a #2ab287

Analogous Colors of #872ab2

#872ab2 #b22a99 #432ab2

Monochromatic Colors of #872ab2

#872ab2

Complementary Color

#872ab2 #55b22a

#872ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872ab2 Color CSS Codes

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

#872ab2 Text Font Color

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

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


#872ab2 Background Color

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

This div background color is #872ab2


#872ab2 Border Color

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

This div border color is #872ab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872ab2


Comments

No comments written yet.

Please login to write comment.