Color Hex Logo

#553aee Color Hex

#553AEE
(85,58,238)
0 Favorites   0 Comments

Color spaces of #553aee

RGB 8558238
HSL0.690.840.58
HSV249°76°93°
CMYK 0.640.760.00   0.07
XYZ20.692011.130581.9467
Yxy11.13050.18190.0978
Hunter Lab33.362452.3249-122.2779
CIE-Lab39.799460.2716-85.7169

#553aee color RGB value is (85,58,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111010 11101110
Octal 125 72 356
Decimal 85 58 238
Hex 55 3A EE

RGB Percentages of Color #553aee

%22.31
%15.22
%62.47

CMYK Percentages of Color #553aee

%64
%76
%0
%7

Triadic Colors of #553aee

#553aee #ee553a #3aee55

Analogous Colors of #553aee

#553aee #af3aee #3a79ee

Monochromatic Colors of #553aee

#553aee

Complementary Color

#553aee #d3ee3a

#553aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#553aee Color CSS Codes

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

#553aee Text Font Color

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

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


#553aee Background Color

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

This div background color is #553aee


#553aee Border Color

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

This div border color is #553aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553aee


Comments

No comments written yet.

Please login to write comment.