Color Hex Logo

#875db8 Color Hex

#875DB8
(135,93,184)
0 Favorites   0 Comments

Color spaces of #875db8

RGB 13593184
HSL0.740.390.54
HSV268°49°72°
CMYK 0.270.490.00   0.28
XYZ22.557816.440347.3318
Yxy16.44030.26130.1904
Hunter Lab40.546628.3504-40.8291
CIE-Lab47.546935.6589-41.9416

#875db8 color RGB value is (135,93,184).

#875db8 hex color red value is 135, green value is 93 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #875db8 hue: 0.74 , saturation: 0.39 and the lightness value of 875db8 is 0.54.

The process color (four color CMYK) of #875db8 color hex is 0.27, 0.49, 0.00, 0.28. Web safe color of #875db8 is #9966cc. Color #875db8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011101 10111000
Octal 207 135 270
Decimal 135 93 184
Hex 87 5D B8

RGB Percentages of Color #875db8

%32.77
%22.57
%44.66

CMYK Percentages of Color #875db8

%27
%49
%0
%28

Triadic Colors of #875db8

#875db8 #b8875d #5db887

Analogous Colors of #875db8

#875db8 #b55db8 #5d60b8

Monochromatic Colors of #875db8

#875db8

Complementary Color

#875db8 #8eb85d

#875db8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875db8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875db8 Color CSS Codes

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

#875db8 Text Font Color

<p style="color:#875db8">Text here</p>

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


#875db8 Background Color

<div style="background-color:#875db8">
Div content here</div>

This div background color is #875db8


#875db8 Border Color

<div style="border:3px solid #875db8">
Div here</div>

This div border color is #875db8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,93,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #875db8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #875db8;
  -webkit-box-shadow: 1px 1px 3px 2px #875db8;
  box-shadow:         1px 1px 3px 2px #875db8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875db8


Comments

No comments written yet.

Please login to write comment.