Color Hex Logo

#9585eb Color Hex

#9585EB
(149,133,235)
0 Favorites   0 Comments

Color spaces of #9585eb

RGB 149133235
HSL0.690.720.72
HSV249°43°92°
CMYK 0.370.430.00   0.08
XYZ35.777429.162882.3406
Yxy29.16280.24290.1980
Hunter Lab54.002623.7540-52.6008
CIE-Lab60.925029.4428-49.5844

#9585eb color RGB value is (149,133,235).

#9585eb hex color red value is 149, green value is 133 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9585eb hue: 0.69 , saturation: 0.72 and the lightness value of 9585eb is 0.72.

The process color (four color CMYK) of #9585eb color hex is 0.37, 0.43, 0.00, 0.08. Web safe color of #9585eb is #9999ff. Color #9585eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000101 11101011
Octal 225 205 353
Decimal 149 133 235
Hex 95 85 EB

RGB Percentages of Color #9585eb

%28.82
%25.73
%45.45

CMYK Percentages of Color #9585eb

%37
%43
%0
%8

Triadic Colors of #9585eb

#9585eb #eb9585 #85eb95

Analogous Colors of #9585eb

#9585eb #c885eb #85a8eb

Monochromatic Colors of #9585eb

#9585eb

Complementary Color

#9585eb #dbeb85

#9585eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9585eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9585eb Color CSS Codes

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

#9585eb Text Font Color

<p style="color:#9585eb">Text here</p>

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


#9585eb Background Color

<div style="background-color:#9585eb">
Div content here</div>

This div background color is #9585eb


#9585eb Border Color

<div style="border:3px solid #9585eb">
Div here</div>

This div border color is #9585eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,133,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9585eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9585eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9585eb;
  box-shadow:         1px 1px 3px 2px #9585eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9585eb


Comments

No comments written yet.

Please login to write comment.