Color Hex Logo

#553282 Color Hex

#553282
(85,50,130)
0 Favorites   0 Comments

Color spaces of #553282

RGB 8550130
HSL0.740.440.35
HSV266°62°51°
CMYK 0.350.620.00   0.49
XYZ8.91625.824221.7733
Yxy5.82420.24420.1595
Hunter Lab24.133423.7143-36.5985
CIE-Lab28.964533.3745-39.4297

#553282 color RGB value is (85,50,130).

#553282 hex color red value is 85, green value is 50 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #553282 hue: 0.74 , saturation: 0.44 and the lightness value of 553282 is 0.35.

The process color (four color CMYK) of #553282 color hex is 0.35, 0.62, 0.00, 0.49. Web safe color of #553282 is #663399. Color #553282 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110010 10000010
Octal 125 62 202
Decimal 85 50 130
Hex 55 32 82

RGB Percentages of Color #553282

%32.08
%18.87
%49.06

CMYK Percentages of Color #553282

%35
%62
%0
%49

Triadic Colors of #553282

#553282 #825532 #328255

Analogous Colors of #553282

#553282 #7d3282 #323782

Monochromatic Colors of #553282

#553282

Complementary Color

#553282 #5f8232

#553282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553282 Color CSS Codes

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

#553282 Text Font Color

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

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


#553282 Background Color

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

This div background color is #553282


#553282 Border Color

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

This div border color is #553282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553282


Comments

No comments written yet.

Please login to write comment.