Color Hex Logo

#9586ce Color Hex

#9586CE
(149,134,206)
0 Favorites   0 Comments

Color spaces of #9586ce

RGB 149134206
HSL0.700.420.67
HSV253°35°81°
CMYK 0.280.350.00   0.19
XYZ32.060127.896062.0872
Yxy27.89600.26270.2286
Hunter Lab52.816715.9216-32.7251
CIE-Lab59.794721.3519-35.1677

#9586ce color RGB value is (149,134,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000110 11001110
Octal 225 206 316
Decimal 149 134 206
Hex 95 86 CE

RGB Percentages of Color #9586ce

%30.47
%27.40
%42.13

CMYK Percentages of Color #9586ce

%28
%35
%0
%19

Triadic Colors of #9586ce

#9586ce #ce9586 #86ce95

Analogous Colors of #9586ce

#9586ce #b986ce #869bce

Monochromatic Colors of #9586ce

#9586ce

Complementary Color

#9586ce #bfce86

#9586ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9586ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9586ce Color CSS Codes

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

#9586ce Text Font Color

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

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


#9586ce Background Color

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

This div background color is #9586ce


#9586ce Border Color

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

This div border color is #9586ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9586ce


Comments

No comments written yet.

Please login to write comment.