Color Hex Logo

#553aba Color Hex

#553ABA
(85,58,186)
0 Favorites   0 Comments

Color spaces of #553aba

RGB 8558186
HSL0.700.520.48
HSV253°69°73°
CMYK 0.540.690.00   0.27
XYZ14.12238.502647.3512
Yxy8.50260.20180.1215
Hunter Lab29.159235.4219-75.8687
CIE-Lab35.008444.9611-63.5804

#553aba color RGB value is (85,58,186).

#553aba hex color red value is 85, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #553aba hue: 0.70 , saturation: 0.52 and the lightness value of 553aba is 0.48.

The process color (four color CMYK) of #553aba color hex is 0.54, 0.69, 0.00, 0.27. Web safe color of #553aba is #6633cc. Color #553aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111010 10111010
Octal 125 72 272
Decimal 85 58 186
Hex 55 3A BA

RGB Percentages of Color #553aba

%25.84
%17.63
%56.53

CMYK Percentages of Color #553aba

%54
%69
%0
%27

Triadic Colors of #553aba

#553aba #ba553a #3aba55

Analogous Colors of #553aba

#553aba #953aba #3a5fba

Monochromatic Colors of #553aba

#553aba

Complementary Color

#553aba #9fba3a

#553aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#553aba Color CSS Codes

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

#553aba Text Font Color

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

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


#553aba Background Color

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

This div background color is #553aba


#553aba Border Color

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

This div border color is #553aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553aba


Comments

No comments written yet.

Please login to write comment.