Color Hex Logo

#553374 Color Hex

#553374
(85,51,116)
0 Favorites   0 Comments

Color spaces of #553374

RGB 8551116
HSL0.750.390.33
HSV271°56°45°
CMYK 0.270.560.00   0.55
XYZ8.08255.559917.1702
Yxy5.55990.26230.1804
Hunter Lab23.579419.9218-26.6685
CIE-Lab28.273829.0378-31.7184

#553374 color RGB value is (85,51,116).

#553374 hex color red value is 85, green value is 51 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #553374 hue: 0.75 , saturation: 0.39 and the lightness value of 553374 is 0.33.

The process color (four color CMYK) of #553374 color hex is 0.27, 0.56, 0.00, 0.55. Web safe color of #553374 is #663366. Color #553374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110011 01110100
Octal 125 63 164
Decimal 85 51 116
Hex 55 33 74

RGB Percentages of Color #553374

%33.73
%20.24
%46.03

CMYK Percentages of Color #553374

%27
%56
%0
%55

Triadic Colors of #553374

#553374 #745533 #337455

Analogous Colors of #553374

#553374 #743373 #353374

Monochromatic Colors of #553374

#553374

Complementary Color

#553374 #527433

#553374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553374 Color CSS Codes

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

#553374 Text Font Color

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

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


#553374 Background Color

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

This div background color is #553374


#553374 Border Color

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

This div border color is #553374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553374


Comments

No comments written yet.

Please login to write comment.