Color Hex Logo

#9551cc Color Hex

#9551CC
(149,81,204)
0 Favorites   0 Comments

Color spaces of #9551cc

RGB 14981204
HSL0.760.550.56
HSV273°60°80°
CMYK 0.270.600.00   0.20
XYZ26.235916.634158.9546
Yxy16.63410.25770.1634
Hunter Lab40.784943.4509-57.1542
CIE-Lab47.795750.5723-53.0181

#9551cc color RGB value is (149,81,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010001 11001100
Octal 225 121 314
Decimal 149 81 204
Hex 95 51 CC

RGB Percentages of Color #9551cc

%34.33
%18.66
%47.00

CMYK Percentages of Color #9551cc

%27
%60
%0
%20

Triadic Colors of #9551cc

#9551cc #cc9551 #51cc95

Analogous Colors of #9551cc

#9551cc #cc51c6 #5851cc

Monochromatic Colors of #9551cc

#9551cc

Complementary Color

#9551cc #88cc51

#9551cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9551cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9551cc Color CSS Codes

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

#9551cc Text Font Color

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

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


#9551cc Background Color

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

This div background color is #9551cc


#9551cc Border Color

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

This div border color is #9551cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9551cc


Comments

No comments written yet.

Please login to write comment.