Color Hex Logo

#553e8c Color Hex

#553E8C
(85,62,140)
0 Favorites   0 Comments

Color spaces of #553e8c

RGB 8562140
HSL0.720.390.40
HSV258°56°55°
CMYK 0.390.560.00   0.45
XYZ10.20267.270025.6765
Yxy7.27000.23640.1685
Hunter Lab26.962920.3581-37.5871
CIE-Lab32.413828.9458-40.0909

#553e8c color RGB value is (85,62,140).

#553e8c hex color red value is 85, green value is 62 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #553e8c hue: 0.72 , saturation: 0.39 and the lightness value of 553e8c is 0.40.

The process color (four color CMYK) of #553e8c color hex is 0.39, 0.56, 0.00, 0.45. Web safe color of #553e8c is #663399. Color #553e8c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111110 10001100
Octal 125 76 214
Decimal 85 62 140
Hex 55 3E 8C

RGB Percentages of Color #553e8c

%29.62
%21.60
%48.78

CMYK Percentages of Color #553e8c

%39
%56
%0
%45

Triadic Colors of #553e8c

#553e8c #8c553e #3e8c55

Analogous Colors of #553e8c

#553e8c #7c3e8c #3e4e8c

Monochromatic Colors of #553e8c

#553e8c

Complementary Color

#553e8c #758c3e

#553e8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553e8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#553e8c Color CSS Codes

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

#553e8c Text Font Color

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

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


#553e8c Background Color

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

This div background color is #553e8c


#553e8c Border Color

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

This div border color is #553e8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553e8c


Comments

No comments written yet.

Please login to write comment.