Color Hex Logo

#9531ce Color Hex

#9531CE
(149,49,206)
0 Favorites   0 Comments

Color spaces of #9531ce

RGB 14949206
HSL0.770.620.50
HSV278°76°81°
CMYK 0.280.760.00   0.19
XYZ24.633313.042459.6116
Yxy13.04240.25320.1341
Hunter Lab36.114358.5537-72.5864
CIE-Lab42.827165.2202-62.1879

#9531ce color RGB value is (149,49,206).

#9531ce hex color red value is 149, green value is 49 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9531ce hue: 0.77 , saturation: 0.62 and the lightness value of 9531ce is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110001 11001110
Octal 225 61 316
Decimal 149 49 206
Hex 95 31 CE

RGB Percentages of Color #9531ce

%36.88
%12.13
%50.99

CMYK Percentages of Color #9531ce

%28
%76
%0
%19

Triadic Colors of #9531ce

#9531ce #ce9531 #31ce95

Analogous Colors of #9531ce

#9531ce #ce31b9 #4731ce

Monochromatic Colors of #9531ce

#9531ce

Complementary Color

#9531ce #6ace31

#9531ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9531ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9531ce Color CSS Codes

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

#9531ce Text Font Color

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

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


#9531ce Background Color

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

This div background color is #9531ce


#9531ce Border Color

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

This div border color is #9531ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9531ce


Comments

No comments written yet.

Please login to write comment.