Color Hex Logo

#872abd Color Hex

#872ABD
(135,42,189)
0 Favorites   0 Comments

Color spaces of #872abd

RGB 13542189
HSL0.770.640.45
HSV278°78°74°
CMYK 0.290.780.00   0.26
XYZ20.004910.480949.1128
Yxy10.48090.25130.1317
Hunter Lab32.374253.6451-67.2830
CIE-Lab38.692061.6778-59.0855

#872abd color RGB value is (135,42,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101010 10111101
Octal 207 52 275
Decimal 135 42 189
Hex 87 2A BD

RGB Percentages of Color #872abd

%36.89
%11.48
%51.64

CMYK Percentages of Color #872abd

%29
%78
%0
%26

Triadic Colors of #872abd

#872abd #bd872a #2abd87

Analogous Colors of #872abd

#872abd #bd2aaa #3e2abd

Monochromatic Colors of #872abd

#872abd

Complementary Color

#872abd #60bd2a

#872abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#872abd Color CSS Codes

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

#872abd Text Font Color

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

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


#872abd Background Color

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

This div background color is #872abd


#872abd Border Color

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

This div border color is #872abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872abd


Comments

No comments written yet.

Please login to write comment.