Color Hex Logo

#552699 Color Hex

#552699
(85,38,153)
0 Favorites   0 Comments

Color spaces of #552699

RGB 8538153
HSL0.730.600.37
HSV265°75°60°
CMYK 0.440.750.00   0.40
XYZ10.18925.617430.6842
Yxy5.61740.21920.1208
Hunter Lab23.701135.2612-60.1681
CIE-Lab28.425946.0310-54.5274

#552699 color RGB value is (85,38,153).

#552699 hex color red value is 85, green value is 38 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #552699 hue: 0.73 , saturation: 0.60 and the lightness value of 552699 is 0.37.

The process color (four color CMYK) of #552699 color hex is 0.44, 0.75, 0.00, 0.40. Web safe color of #552699 is #663399. Color #552699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100110 10011001
Octal 125 46 231
Decimal 85 38 153
Hex 55 26 99

RGB Percentages of Color #552699

%30.80
%13.77
%55.43

CMYK Percentages of Color #552699

%44
%75
%0
%40

Triadic Colors of #552699

#552699 #995526 #269955

Analogous Colors of #552699

#552699 #8f2699 #263099

Monochromatic Colors of #552699

#552699

Complementary Color

#552699 #6a9926

#552699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552699 Color CSS Codes

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

#552699 Text Font Color

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

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


#552699 Background Color

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

This div background color is #552699


#552699 Border Color

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

This div border color is #552699


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,38,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #552699; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #552699;
  -webkit-box-shadow: 1px 1px 3px 2px #552699;
  box-shadow:         1px 1px 3px 2px #552699; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,38,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552699


Comments

No comments written yet.

Please login to write comment.