Color Hex Logo

#553eab Color Hex

#553EAB
(85,62,171)
0 Favorites   0 Comments

Color spaces of #553eab

RGB 8562171
HSL0.700.470.46
HSV253°64°67°
CMYK 0.500.640.00   0.33
XYZ12.81968.316839.4577
Yxy8.31680.21160.1373
Hunter Lab28.838928.8797-60.9341
CIE-Lab34.634138.1675-55.2892

#553eab color RGB value is (85,62,171).

#553eab hex color red value is 85, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #553eab hue: 0.70 , saturation: 0.47 and the lightness value of 553eab is 0.46.

The process color (four color CMYK) of #553eab color hex is 0.50, 0.64, 0.00, 0.33. Web safe color of #553eab is #663399. Color #553eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111110 10101011
Octal 125 76 253
Decimal 85 62 171
Hex 55 3E AB

RGB Percentages of Color #553eab

%26.73
%19.50
%53.77

CMYK Percentages of Color #553eab

%50
%64
%0
%33

Triadic Colors of #553eab

#553eab #ab553e #3eab55

Analogous Colors of #553eab

#553eab #8c3eab #3e5eab

Monochromatic Colors of #553eab

#553eab

Complementary Color

#553eab #94ab3e

#553eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#553eab Color CSS Codes

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

#553eab Text Font Color

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

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


#553eab Background Color

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

This div background color is #553eab


#553eab Border Color

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

This div border color is #553eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553eab


Comments

No comments written yet.

Please login to write comment.