Color Hex Logo

#553aea Color Hex

#553AEA
(85,58,234)
0 Favorites   0 Comments

Color spaces of #553aea

RGB 8558234
HSL0.690.810.57
HSV249°75°92°
CMYK 0.640.750.00   0.08
XYZ20.110710.897978.8855
Yxy10.89790.18300.0992
Hunter Lab33.012050.9702-118.5712
CIE-Lab39.408059.1154-84.0977

#553aea color RGB value is (85,58,234).

#553aea hex color red value is 85, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #553aea hue: 0.69 , saturation: 0.81 and the lightness value of 553aea is 0.57.

The process color (four color CMYK) of #553aea color hex is 0.64, 0.75, 0.00, 0.08. Web safe color of #553aea is #6633ff. Color #553aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111010 11101010
Octal 125 72 352
Decimal 85 58 234
Hex 55 3A EA

RGB Percentages of Color #553aea

%22.55
%15.38
%62.07

CMYK Percentages of Color #553aea

%64
%75
%0
%8

Triadic Colors of #553aea

#553aea #ea553a #3aea55

Analogous Colors of #553aea

#553aea #ad3aea #3a77ea

Monochromatic Colors of #553aea

#553aea

Complementary Color

#553aea #cfea3a

#553aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#553aea Color CSS Codes

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

#553aea Text Font Color

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

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


#553aea Background Color

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

This div background color is #553aea


#553aea Border Color

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

This div border color is #553aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553aea


Comments

No comments written yet.

Please login to write comment.