Color Hex Logo

#9586cd Color Hex

#9586CD
(149,134,205)
0 Favorites   0 Comments

Color spaces of #9586cd

RGB 149134205
HSL0.700.420.66
HSV253°35°80°
CMYK 0.270.350.00   0.20
XYZ31.939027.847561.4494
Yxy27.84750.26340.2297
Hunter Lab52.770715.6867-32.1013
CIE-Lab59.750721.1026-34.6736

#9586cd color RGB value is (149,134,205).

#9586cd hex color red value is 149, green value is 134 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9586cd hue: 0.70 , saturation: 0.42 and the lightness value of 9586cd is 0.66.

The process color (four color CMYK) of #9586cd color hex is 0.27, 0.35, 0.00, 0.20. Web safe color of #9586cd is #9999cc. Color #9586cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000110 11001101
Octal 225 206 315
Decimal 149 134 205
Hex 95 86 CD

RGB Percentages of Color #9586cd

%30.53
%27.46
%42.01

CMYK Percentages of Color #9586cd

%27
%35
%0
%20

Triadic Colors of #9586cd

#9586cd #cd9586 #86cd95

Analogous Colors of #9586cd

#9586cd #b986cd #869bcd

Monochromatic Colors of #9586cd

#9586cd

Complementary Color

#9586cd #becd86

#9586cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9586cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9586cd Color CSS Codes

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

#9586cd Text Font Color

<p style="color:#9586cd">Text here</p>

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


#9586cd Background Color

<div style="background-color:#9586cd">
Div content here</div>

This div background color is #9586cd


#9586cd Border Color

<div style="border:3px solid #9586cd">
Div here</div>

This div border color is #9586cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,134,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9586cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9586cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9586cd;
  box-shadow:         1px 1px 3px 2px #9586cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,134,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9586cd


Comments

No comments written yet.

Please login to write comment.