Color Hex Logo

#9572cd Color Hex

#9572CD
(149,114,205)
0 Favorites   0 Comments

Color spaces of #9572cd

RGB 149114205
HSL0.730.480.63
HSV263°44°80°
CMYK 0.270.440.00   0.20
XYZ29.431222.832060.6134
Yxy22.83200.26070.2023
Hunter Lab47.782826.3247-41.7624
CIE-Lab54.898932.6686-42.2859

#9572cd color RGB value is (149,114,205).

#9572cd hex color red value is 149, green value is 114 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9572cd hue: 0.73 , saturation: 0.48 and the lightness value of 9572cd is 0.63.

The process color (four color CMYK) of #9572cd color hex is 0.27, 0.44, 0.00, 0.20. Web safe color of #9572cd is #9966cc. Color #9572cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110010 11001101
Octal 225 162 315
Decimal 149 114 205
Hex 95 72 CD

RGB Percentages of Color #9572cd

%31.84
%24.36
%43.80

CMYK Percentages of Color #9572cd

%27
%44
%0
%20

Triadic Colors of #9572cd

#9572cd #cd9572 #72cd95

Analogous Colors of #9572cd

#9572cd #c372cd #727dcd

Monochromatic Colors of #9572cd

#9572cd

Complementary Color

#9572cd #aacd72

#9572cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9572cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9572cd Color CSS Codes

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

#9572cd Text Font Color

<p style="color:#9572cd">Text here</p>

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


#9572cd Background Color

<div style="background-color:#9572cd">
Div content here</div>

This div background color is #9572cd


#9572cd Border Color

<div style="border:3px solid #9572cd">
Div here</div>

This div border color is #9572cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,114,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9572cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9572cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9572cd;
  box-shadow:         1px 1px 3px 2px #9572cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9572cd


Comments

No comments written yet.

Please login to write comment.