Color Hex Logo

#553abe Color Hex

#553ABE
(85,58,190)
0 Favorites   0 Comments

Color spaces of #553abe

RGB 8558190
HSL0.700.530.49
HSV252°69°75°
CMYK 0.550.690.00   0.25
XYZ14.55368.675149.6226
Yxy8.67510.19980.1191
Hunter Lab29.453536.6569-79.2729
CIE-Lab35.351146.1532-65.3747

#553abe color RGB value is (85,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111010 10111110
Octal 125 72 276
Decimal 85 58 190
Hex 55 3A BE

RGB Percentages of Color #553abe

%25.53
%17.42
%57.06

CMYK Percentages of Color #553abe

%55
%69
%0
%25

Triadic Colors of #553abe

#553abe #be553a #3abe55

Analogous Colors of #553abe

#553abe #973abe #3a61be

Monochromatic Colors of #553abe

#553abe

Complementary Color

#553abe #a3be3a

#553abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#553abe Color CSS Codes

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

#553abe Text Font Color

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

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


#553abe Background Color

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

This div background color is #553abe


#553abe Border Color

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

This div border color is #553abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553abe


Comments

No comments written yet.

Please login to write comment.