Color Hex Logo

#55213e Color Hex

#55213E
(85,33,62)
0 Favorites   0 Comments

Color spaces of #55213e

RGB 853362
HSL0.910.440.23
HSV327°61°33°
CMYK 0.000.610.27   0.67
XYZ5.15973.36684.9353
Yxy3.36680.38330.2501
Hunter Lab18.348818.0838-3.1031
CIE-Lab21.456827.8693-6.7289

#55213e color RGB value is (85,33,62).

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

The process color (four color CMYK) of #55213e color hex is 0.00, 0.61, 0.27, 0.67. Web safe color of #55213e is #663333. Color #55213e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 00111110
Octal 125 41 76
Decimal 85 33 62
Hex 55 21 3E

RGB Percentages of Color #55213e

%47.22
%18.33
%34.44

CMYK Percentages of Color #55213e

%0
%61
%27
%67

Triadic Colors of #55213e

#55213e #3e5521 #213e55

Analogous Colors of #55213e

#55213e #552124 #522155

Monochromatic Colors of #55213e

#55213e

Complementary Color

#55213e #215538

#55213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55213e Color CSS Codes

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

#55213e Text Font Color

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

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


#55213e Background Color

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

This div background color is #55213e


#55213e Border Color

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

This div border color is #55213e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55213e


Comments

No comments written yet.

Please login to write comment.