Color Hex Logo

#55224f Color Hex

#55224F
(85,34,79)
0 Favorites   0 Comments

Color spaces of #55224f

RGB 853479
HSL0.850.430.23
HSV307°60°33°
CMYK 0.000.600.07   0.67
XYZ5.72963.63997.7977
Yxy3.63990.33380.2120
Hunter Lab19.078520.2191-10.8778
CIE-Lab22.443330.3452-16.7733

#55224f color RGB value is (85,34,79).

#55224f hex color red value is 85, green value is 34 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #55224f hue: 0.85 , saturation: 0.43 and the lightness value of 55224f is 0.23.

The process color (four color CMYK) of #55224f color hex is 0.00, 0.60, 0.07, 0.67. Web safe color of #55224f is #663366. Color #55224f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100010 01001111
Octal 125 42 117
Decimal 85 34 79
Hex 55 22 4F

RGB Percentages of Color #55224f

%42.93
%17.17
%39.90

CMYK Percentages of Color #55224f

%0
%60
%7
%67

Triadic Colors of #55224f

#55224f #4f5522 #224f55

Analogous Colors of #55224f

#55224f #552236 #422255

Monochromatic Colors of #55224f

#55224f

Complementary Color

#55224f #225528

#55224f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55224f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55224f Color CSS Codes

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

#55224f Text Font Color

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

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


#55224f Background Color

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

This div background color is #55224f


#55224f Border Color

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

This div border color is #55224f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55224f


Comments

No comments written yet.

Please login to write comment.