Color Hex Logo

#9571ec Color Hex

#9571EC
(149,113,236)
0 Favorites   0 Comments

Color spaces of #9571ec

RGB 149113236
HSL0.720.760.68
HSV258°52°93°
CMYK 0.370.520.00   0.07
XYZ33.439924.255982.2763
Yxy24.25590.23890.1733
Hunter Lab49.250335.0097-64.5732
CIE-Lab56.343141.1526-57.4369

#9571ec color RGB value is (149,113,236).

#9571ec hex color red value is 149, green value is 113 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9571ec hue: 0.72 , saturation: 0.76 and the lightness value of 9571ec is 0.68.

The process color (four color CMYK) of #9571ec color hex is 0.37, 0.52, 0.00, 0.07. Web safe color of #9571ec is #9966ff. Color #9571ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110001 11101100
Octal 225 161 354
Decimal 149 113 236
Hex 95 71 EC

RGB Percentages of Color #9571ec

%29.92
%22.69
%47.39

CMYK Percentages of Color #9571ec

%37
%52
%0
%7

Triadic Colors of #9571ec

#9571ec #ec9571 #71ec95

Analogous Colors of #9571ec

#9571ec #d371ec #718bec

Monochromatic Colors of #9571ec

#9571ec

Complementary Color

#9571ec #c8ec71

#9571ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9571ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9571ec Color CSS Codes

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

#9571ec Text Font Color

<p style="color:#9571ec">Text here</p>

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


#9571ec Background Color

<div style="background-color:#9571ec">
Div content here</div>

This div background color is #9571ec


#9571ec Border Color

<div style="border:3px solid #9571ec">
Div here</div>

This div border color is #9571ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,113,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9571ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9571ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9571ec;
  box-shadow:         1px 1px 3px 2px #9571ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9571ec


Comments

No comments written yet.

Please login to write comment.