Color Hex Logo

#553ede Color Hex

#553EDE
(85,62,222)
0 Favorites   0 Comments

Color spaces of #553ede

RGB 8562222
HSL0.690.710.56
HSV249°72°87°
CMYK 0.620.720.00   0.13
XYZ18.653810.650570.1798
Yxy10.65050.18750.1071
Hunter Lab32.635144.9168-104.6550
CIE-Lab38.985553.5606-77.9591

#553ede color RGB value is (85,62,222).

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

The process color (four color CMYK) of #553ede color hex is 0.62, 0.72, 0.00, 0.13. Web safe color of #553ede is #6633cc. Color #553ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111110 11011110
Octal 125 76 336
Decimal 85 62 222
Hex 55 3E DE

RGB Percentages of Color #553ede

%23.04
%16.80
%60.16

CMYK Percentages of Color #553ede

%62
%72
%0
%13

Triadic Colors of #553ede

#553ede #de553e #3ede55

Analogous Colors of #553ede

#553ede #a53ede #3e77de

Monochromatic Colors of #553ede

#553ede

Complementary Color

#553ede #c7de3e

#553ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#553ede Color CSS Codes

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

#553ede Text Font Color

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

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


#553ede Background Color

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

This div background color is #553ede


#553ede Border Color

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

This div border color is #553ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553ede


Comments

No comments written yet.

Please login to write comment.