Color Hex Logo

#555fde Color Hex

#555FDE
(85,95,222)
0 Favorites   0 Comments

Color spaces of #555fde

RGB 8595222
HSL0.650.670.60
HSV236°62°87°
CMYK 0.620.570.00   0.13
XYZ21.023315.389670.9697
Yxy15.38960.19580.1433
Hunter Lab39.229627.0071-79.8000
CIE-Lab46.163334.4380-66.2294

#555fde color RGB value is (85,95,222).

#555fde hex color red value is 85, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #555fde hue: 0.65 , saturation: 0.67 and the lightness value of 555fde is 0.60.

The process color (four color CMYK) of #555fde color hex is 0.62, 0.57, 0.00, 0.13. Web safe color of #555fde is #6666cc. Color #555fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011111 11011110
Octal 125 137 336
Decimal 85 95 222
Hex 55 5F DE

RGB Percentages of Color #555fde

%21.14
%23.63
%55.22

CMYK Percentages of Color #555fde

%62
%57
%0
%13

Triadic Colors of #555fde

#555fde #de555f #5fde55

Analogous Colors of #555fde

#555fde #9055de #55a4de

Monochromatic Colors of #555fde

#555fde

Complementary Color

#555fde #ded455

#555fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#555fde Color CSS Codes

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

#555fde Text Font Color

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

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


#555fde Background Color

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

This div background color is #555fde


#555fde Border Color

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

This div border color is #555fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,95,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 #555fde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555fde


Comments

No comments written yet.

Please login to write comment.