Color Hex Logo

#873bbd Color Hex

#873BBD
(135,59,189)
0 Favorites   0 Comments

Color spaces of #873bbd

RGB 13559189
HSL0.760.520.49
HSV275°69°74°
CMYK 0.290.690.00   0.26
XYZ20.740911.952949.3581
Yxy11.95290.25280.1457
Hunter Lab34.573046.5824-60.4443
CIE-Lab41.141254.7249-55.1179

#873bbd color RGB value is (135,59,189).

#873bbd hex color red value is 135, green value is 59 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #873bbd hue: 0.76 , saturation: 0.52 and the lightness value of 873bbd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111011 10111101
Octal 207 73 275
Decimal 135 59 189
Hex 87 3B BD

RGB Percentages of Color #873bbd

%35.25
%15.40
%49.35

CMYK Percentages of Color #873bbd

%29
%69
%0
%26

Triadic Colors of #873bbd

#873bbd #bd873b #3bbd87

Analogous Colors of #873bbd

#873bbd #bd3bb2 #463bbd

Monochromatic Colors of #873bbd

#873bbd

Complementary Color

#873bbd #71bd3b

#873bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#873bbd Color CSS Codes

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

#873bbd Text Font Color

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

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


#873bbd Background Color

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

This div background color is #873bbd


#873bbd Border Color

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

This div border color is #873bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873bbd


Comments

No comments written yet.

Please login to write comment.