Color Hex Logo

#552553 Color Hex

#552553
(85,37,83)
0 Favorites   0 Comments

Color spaces of #552553

RGB 853783
HSL0.840.390.24
HSV303°56°33°
CMYK 0.000.560.02   0.67
XYZ5.96923.87908.6177
Yxy3.87900.32330.2101
Hunter Lab19.695219.6331-12.1559
CIE-Lab23.267329.4892-18.1675

#552553 color RGB value is (85,37,83).

#552553 hex color red value is 85, green value is 37 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #552553 hue: 0.84 , saturation: 0.39 and the lightness value of 552553 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100101 01010011
Octal 125 45 123
Decimal 85 37 83
Hex 55 25 53

RGB Percentages of Color #552553

%41.46
%18.05
%40.49

CMYK Percentages of Color #552553

%0
%56
%2
%67

Triadic Colors of #552553

#552553 #535525 #255355

Analogous Colors of #552553

#552553 #55253b #3f2555

Monochromatic Colors of #552553

#552553

Complementary Color

#552553 #255527

#552553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552553 Color CSS Codes

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

#552553 Text Font Color

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

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


#552553 Background Color

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

This div background color is #552553


#552553 Border Color

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

This div border color is #552553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552553


Comments

No comments written yet.

Please login to write comment.