Color Hex Logo

#9571ca Color Hex

#9571CA
(149,113,202)
0 Favorites   0 Comments

Color spaces of #9571ca

RGB 149113202
HSL0.730.460.62
HSV264°44°79°
CMYK 0.260.440.00   0.21
XYZ28.960222.464158.6867
Yxy22.46410.26300.2040
Hunter Lab47.396326.1239-40.2362
CIE-Lab54.516032.5047-41.1840

#9571ca color RGB value is (149,113,202).

#9571ca hex color red value is 149, green value is 113 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9571ca hue: 0.73 , saturation: 0.46 and the lightness value of 9571ca is 0.62.

The process color (four color CMYK) of #9571ca color hex is 0.26, 0.44, 0.00, 0.21. Web safe color of #9571ca is #9966cc. Color #9571ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110001 11001010
Octal 225 161 312
Decimal 149 113 202
Hex 95 71 CA

RGB Percentages of Color #9571ca

%32.11
%24.35
%43.53

CMYK Percentages of Color #9571ca

%26
%44
%0
%21

Triadic Colors of #9571ca

#9571ca #ca9571 #71ca95

Analogous Colors of #9571ca

#9571ca #c271ca #717aca

Monochromatic Colors of #9571ca

#9571ca

Complementary Color

#9571ca #a6ca71

#9571ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9571ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9571ca Color CSS Codes

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

#9571ca Text Font Color

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

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


#9571ca Background Color

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

This div background color is #9571ca


#9571ca Border Color

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

This div border color is #9571ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9571ca


Comments

No comments written yet.

Please login to write comment.