Color Hex Logo

#553ee9 Color Hex

#553EE9
(85,62,233)
0 Favorites   0 Comments

Color spaces of #553ee9

RGB 8562233
HSL0.690.800.58
HSV248°73°91°
CMYK 0.640.730.00   0.09
XYZ20.176911.259778.2007
Yxy11.25970.18400.1027
Hunter Lab33.555548.6099-114.6859
CIE-Lab40.014556.8277-82.5307

#553ee9 color RGB value is (85,62,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111110 11101001
Octal 125 76 351
Decimal 85 62 233
Hex 55 3E E9

RGB Percentages of Color #553ee9

%22.37
%16.32
%61.32

CMYK Percentages of Color #553ee9

%64
%73
%0
%9

Triadic Colors of #553ee9

#553ee9 #e9553e #3ee955

Analogous Colors of #553ee9

#553ee9 #ab3ee9 #3e7de9

Monochromatic Colors of #553ee9

#553ee9

Complementary Color

#553ee9 #d2e93e

#553ee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553ee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553ee9 Color CSS Codes

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

#553ee9 Text Font Color

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

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


#553ee9 Background Color

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

This div background color is #553ee9


#553ee9 Border Color

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

This div border color is #553ee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553ee9


Comments

No comments written yet.

Please login to write comment.