Color Hex Logo

#9581ce Color Hex

#9581CE
(149,129,206)
0 Favorites   0 Comments

Color spaces of #9581ce

RGB 149129206
HSL0.710.440.66
HSV256°37°81°
CMYK 0.280.370.00   0.19
XYZ31.385326.546361.8623
Yxy26.54630.26200.2216
Hunter Lab51.523118.5679-35.1216
CIE-Lab58.552024.2490-37.1097

#9581ce color RGB value is (149,129,206).

#9581ce hex color red value is 149, green value is 129 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9581ce hue: 0.71 , saturation: 0.44 and the lightness value of 9581ce is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000001 11001110
Octal 225 201 316
Decimal 149 129 206
Hex 95 81 CE

RGB Percentages of Color #9581ce

%30.79
%26.65
%42.56

CMYK Percentages of Color #9581ce

%28
%37
%0
%19

Triadic Colors of #9581ce

#9581ce #ce9581 #81ce95

Analogous Colors of #9581ce

#9581ce #bc81ce #8194ce

Monochromatic Colors of #9581ce

#9581ce

Complementary Color

#9581ce #bace81

#9581ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9581ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9581ce Color CSS Codes

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

#9581ce Text Font Color

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

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


#9581ce Background Color

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

This div background color is #9581ce


#9581ce Border Color

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

This div border color is #9581ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9581ce


Comments

No comments written yet.

Please login to write comment.