Color Hex Logo

#553452 Color Hex

#553452
(85,52,82)
0 Favorites   0 Comments

Color spaces of #553452

RGB 855282
HSL0.850.240.27
HSV305°39°33°
CMYK 0.000.390.04   0.67
XYZ6.49734.99658.6046
Yxy4.99650.32330.2486
Hunter Lab22.352912.7671-7.1763
CIE-Lab26.724820.2825-12.1628

#553452 color RGB value is (85,52,82).

#553452 hex color red value is 85, green value is 52 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #553452 hue: 0.85 , saturation: 0.24 and the lightness value of 553452 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110100 01010010
Octal 125 64 122
Decimal 85 52 82
Hex 55 34 52

RGB Percentages of Color #553452

%38.81
%23.74
%37.44

CMYK Percentages of Color #553452

%0
%39
%4
%67

Triadic Colors of #553452

#553452 #525534 #345255

Analogous Colors of #553452

#553452 #553442 #483455

Monochromatic Colors of #553452

#553452

Complementary Color

#553452 #345537

#553452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553452 Color CSS Codes

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

#553452 Text Font Color

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

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


#553452 Background Color

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

This div background color is #553452


#553452 Border Color

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

This div border color is #553452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553452


Comments

No comments written yet.

Please login to write comment.