Color Hex Logo

#9586ea Color Hex

#9586EA
(149,134,234)
0 Favorites   0 Comments

Color spaces of #9586ea

RGB 149134234
HSL0.690.700.72
HSV249°43°92°
CMYK 0.360.430.00   0.08
XYZ35.770829.380381.6275
Yxy29.38030.24370.2002
Hunter Lab54.203622.9419-51.3448
CIE-Lab61.115828.5984-48.7280

#9586ea color RGB value is (149,134,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000110 11101010
Octal 225 206 352
Decimal 149 134 234
Hex 95 86 EA

RGB Percentages of Color #9586ea

%28.82
%25.92
%45.26

CMYK Percentages of Color #9586ea

%36
%43
%0
%8

Triadic Colors of #9586ea

#9586ea #ea9586 #86ea95

Analogous Colors of #9586ea

#9586ea #c786ea #86a9ea

Monochromatic Colors of #9586ea

#9586ea

Complementary Color

#9586ea #dbea86

#9586ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9586ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9586ea Color CSS Codes

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

#9586ea Text Font Color

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

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


#9586ea Background Color

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

This div background color is #9586ea


#9586ea Border Color

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

This div border color is #9586ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9586ea


Comments

No comments written yet.

Please login to write comment.