Color Hex Logo

#9587dd Color Hex

#9587DD
(149,135,221)
0 Favorites   0 Comments

Color spaces of #9587dd

RGB 149135221
HSL0.690.560.70
HSV250°39°87°
CMYK 0.330.390.00   0.13
XYZ34.109528.938072.1944
Yxy28.93800.25220.2140
Hunter Lab53.794119.0429-41.9144
CIE-Lab60.726924.5974-42.1115

#9587dd color RGB value is (149,135,221).

#9587dd hex color red value is 149, green value is 135 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9587dd hue: 0.69 , saturation: 0.56 and the lightness value of 9587dd is 0.70.

The process color (four color CMYK) of #9587dd color hex is 0.33, 0.39, 0.00, 0.13. Web safe color of #9587dd is #9999cc. Color #9587dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000111 11011101
Octal 225 207 335
Decimal 149 135 221
Hex 95 87 DD

RGB Percentages of Color #9587dd

%29.50
%26.73
%43.76

CMYK Percentages of Color #9587dd

%33
%39
%0
%13

Triadic Colors of #9587dd

#9587dd #dd9587 #87dd95

Analogous Colors of #9587dd

#9587dd #c087dd #87a4dd

Monochromatic Colors of #9587dd

#9587dd

Complementary Color

#9587dd #cfdd87

#9587dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9587dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9587dd Color CSS Codes

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

#9587dd Text Font Color

<p style="color:#9587dd">Text here</p>

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


#9587dd Background Color

<div style="background-color:#9587dd">
Div content here</div>

This div background color is #9587dd


#9587dd Border Color

<div style="border:3px solid #9587dd">
Div here</div>

This div border color is #9587dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9587dd


Comments

No comments written yet.

Please login to write comment.