Color Hex Logo

#872abc Color Hex

#872ABC
(135,42,188)
0 Favorites   0 Comments

Color spaces of #872abc

RGB 13542188
HSL0.770.630.45
HSV278°78°74°
CMYK 0.280.780.00   0.26
XYZ19.896710.437748.5429
Yxy10.43770.25220.1323
Hunter Lab32.307453.3922-66.4698
CIE-Lab38.616861.4650-58.6197

#872abc color RGB value is (135,42,188).

#872abc hex color red value is 135, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #872abc hue: 0.77 , saturation: 0.63 and the lightness value of 872abc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101010 10111100
Octal 207 52 274
Decimal 135 42 188
Hex 87 2A BC

RGB Percentages of Color #872abc

%36.99
%11.51
%51.51

CMYK Percentages of Color #872abc

%28
%78
%0
%26

Triadic Colors of #872abc

#872abc #bc872a #2abc87

Analogous Colors of #872abc

#872abc #bc2aa8 #3e2abc

Monochromatic Colors of #872abc

#872abc

Complementary Color

#872abc #5fbc2a

#872abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#872abc Color CSS Codes

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

#872abc Text Font Color

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

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


#872abc Background Color

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

This div background color is #872abc


#872abc Border Color

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

This div border color is #872abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872abc


Comments

No comments written yet.

Please login to write comment.