Color Hex Logo

#552155 Color Hex

#552155
(85,33,85)
0 Favorites   0 Comments

Color spaces of #552155

RGB 853385
HSL0.830.440.23
HSV300°61°33°
CMYK 0.000.610.00   0.67
XYZ5.92993.67498.9911
Yxy3.67490.31890.1976
Hunter Lab19.170021.6682-14.3891
CIE-Lab22.566232.0742-20.5991

#552155 color RGB value is (85,33,85).

#552155 hex color red value is 85, green value is 33 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #552155 hue: 0.83 , saturation: 0.44 and the lightness value of 552155 is 0.23.

The process color (four color CMYK) of #552155 color hex is 0.00, 0.61, 0.00, 0.67. Web safe color of #552155 is #663366. Color #552155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 01010101
Octal 125 41 125
Decimal 85 33 85
Hex 55 21 55

RGB Percentages of Color #552155

%41.87
%16.26
%41.87

CMYK Percentages of Color #552155

%0
%61
%0
%67

Triadic Colors of #552155

#552155 #555521 #215555

Analogous Colors of #552155

#552155 #55213b #3b2155

Monochromatic Colors of #552155

#552155

Complementary Color

#552155 #215521

#552155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552155 Color CSS Codes

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

#552155 Text Font Color

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

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


#552155 Background Color

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

This div background color is #552155


#552155 Border Color

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

This div border color is #552155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552155


Comments

No comments written yet.

Please login to write comment.