Color Hex Logo

#875ddd Color Hex

#875DDD
(135,93,221)
0 Favorites   0 Comments

Color spaces of #875ddd

RGB 13593221
HSL0.720.650.62
HSV260°58°87°
CMYK 0.390.580.00   0.13
XYZ26.957218.200170.4988
Yxy18.20010.23310.1574
Hunter Lab42.661638.1337-68.1144
CIE-Lab49.737945.1571-59.6818

#875ddd color RGB value is (135,93,221).

#875ddd hex color red value is 135, green value is 93 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #875ddd hue: 0.72 , saturation: 0.65 and the lightness value of 875ddd is 0.62.

The process color (four color CMYK) of #875ddd color hex is 0.39, 0.58, 0.00, 0.13. Web safe color of #875ddd is #9966cc. Color #875ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011101 11011101
Octal 207 135 335
Decimal 135 93 221
Hex 87 5D DD

RGB Percentages of Color #875ddd

%30.07
%20.71
%49.22

CMYK Percentages of Color #875ddd

%39
%58
%0
%13

Triadic Colors of #875ddd

#875ddd #dd875d #5ddd87

Analogous Colors of #875ddd

#875ddd #c75ddd #5d73dd

Monochromatic Colors of #875ddd

#875ddd

Complementary Color

#875ddd #b3dd5d

#875ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#875ddd Color CSS Codes

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

#875ddd Text Font Color

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

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


#875ddd Background Color

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

This div background color is #875ddd


#875ddd Border Color

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

This div border color is #875ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875ddd


Comments

No comments written yet.

Please login to write comment.