Color Hex Logo

#553355 Color Hex

#553355
(85,51,85)
4 Favorites   0 Comments

Color spaces of #553355

RGB 855185
HSL0.830.250.27
HSV300°40°33°
CMYK 0.000.400.00   0.67
XYZ6.56984.95489.2044
Yxy4.95480.31690.2390
Hunter Lab22.259413.7299-8.9352
CIE-Lab26.605621.5539-14.3179

#553355 color RGB value is (85,51,85).

#553355 hex color red value is 85, green value is 51 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #553355 hue: 0.83 , saturation: 0.25 and the lightness value of 553355 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110011 01010101
Octal 125 63 125
Decimal 85 51 85
Hex 55 33 55

RGB Percentages of Color #553355

%38.46
%23.08
%38.46

CMYK Percentages of Color #553355

%0
%40
%0
%67

Triadic Colors of #553355

#553355 #555533 #335555

Analogous Colors of #553355

#553355 #553344 #443355

Monochromatic Colors of #553355

#553355

Complementary Color

#553355 #335533

#553355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553355 Color CSS Codes

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

#553355 Text Font Color

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

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


#553355 Background Color

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

This div background color is #553355


#553355 Border Color

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

This div border color is #553355


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,51,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 #553355">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553355


Comments

No comments written yet.

Please login to write comment.