Color Hex Logo

#872bbd Color Hex

#872BBD
(135,43,189)
0 Favorites   0 Comments

Color spaces of #872bbd

RGB 13543189
HSL0.770.630.45
HSV278°77°74°
CMYK 0.290.770.00   0.26
XYZ20.040910.552849.1247
Yxy10.55280.25140.1324
Hunter Lab32.485153.2725-66.9202
CIE-Lab38.816861.3183-58.8828

#872bbd color RGB value is (135,43,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101011 10111101
Octal 207 53 275
Decimal 135 43 189
Hex 87 2B BD

RGB Percentages of Color #872bbd

%36.78
%11.72
%51.50

CMYK Percentages of Color #872bbd

%29
%77
%0
%26

Triadic Colors of #872bbd

#872bbd #bd872b #2bbd87

Analogous Colors of #872bbd

#872bbd #bd2baa #3e2bbd

Monochromatic Colors of #872bbd

#872bbd

Complementary Color

#872bbd #61bd2b

#872bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#872bbd Color CSS Codes

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

#872bbd Text Font Color

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

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


#872bbd Background Color

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

This div background color is #872bbd


#872bbd Border Color

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

This div border color is #872bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872bbd


Comments

No comments written yet.

Please login to write comment.