Color Hex Logo

#555ded Color Hex

#555DED
(85,93,237)
0 Favorites   0 Comments

Color spaces of #555ded

RGB 8593237
HSL0.660.810.63
HSV237°64°93°
CMYK 0.640.610.00   0.07
XYZ22.946715.874481.9754
Yxy15.87440.19000.1314
Hunter Lab39.842733.0792-94.0979
CIE-Lab46.809340.6073-73.6522

#555ded color RGB value is (85,93,237).

#555ded hex color red value is 85, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #555ded hue: 0.66 , saturation: 0.81 and the lightness value of 555ded is 0.63.

The process color (four color CMYK) of #555ded color hex is 0.64, 0.61, 0.00, 0.07. Web safe color of #555ded is #6666ff. Color #555ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011101 11101101
Octal 125 135 355
Decimal 85 93 237
Hex 55 5D ED

RGB Percentages of Color #555ded

%20.48
%22.41
%57.11

CMYK Percentages of Color #555ded

%64
%61
%0
%7

Triadic Colors of #555ded

#555ded #ed555d #5ded55

Analogous Colors of #555ded

#555ded #9955ed #55a9ed

Monochromatic Colors of #555ded

#555ded

Complementary Color

#555ded #ede555

#555ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#555ded Color CSS Codes

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

#555ded Text Font Color

<p style="color:#555ded">Text here</p>

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


#555ded Background Color

<div style="background-color:#555ded">
Div content here</div>

This div background color is #555ded


#555ded Border Color

<div style="border:3px solid #555ded">
Div here</div>

This div border color is #555ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,93,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555ded;
  -webkit-box-shadow: 1px 1px 3px 2px #555ded;
  box-shadow:         1px 1px 3px 2px #555ded; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555ded


Comments

No comments written yet.

Please login to write comment.