Color Hex Logo

#9552cc Color Hex

#9552CC
(149,82,204)
0 Favorites   0 Comments

Color spaces of #9552cc

RGB 14982204
HSL0.760.540.56
HSV273°60°80°
CMYK 0.270.600.00   0.20
XYZ26.310816.783858.9796
Yxy16.78380.25780.1644
Hunter Lab40.968042.9435-56.6792
CIE-Lab47.986550.0594-52.7122

#9552cc color RGB value is (149,82,204).

#9552cc hex color red value is 149, green value is 82 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9552cc hue: 0.76 , saturation: 0.54 and the lightness value of 9552cc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010010 11001100
Octal 225 122 314
Decimal 149 82 204
Hex 95 52 CC

RGB Percentages of Color #9552cc

%34.25
%18.85
%46.90

CMYK Percentages of Color #9552cc

%27
%60
%0
%20

Triadic Colors of #9552cc

#9552cc #cc9552 #52cc95

Analogous Colors of #9552cc

#9552cc #cc52c6 #5852cc

Monochromatic Colors of #9552cc

#9552cc

Complementary Color

#9552cc #89cc52

#9552cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9552cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9552cc Color CSS Codes

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

#9552cc Text Font Color

<p style="color:#9552cc">Text here</p>

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


#9552cc Background Color

<div style="background-color:#9552cc">
Div content here</div>

This div background color is #9552cc


#9552cc Border Color

<div style="border:3px solid #9552cc">
Div here</div>

This div border color is #9552cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,82,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9552cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9552cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9552cc;
  box-shadow:         1px 1px 3px 2px #9552cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9552cc


Comments

No comments written yet.

Please login to write comment.