Color Hex Logo

#5d77de Color Hex

#5D77DE
(93,119,222)
0 Favorites   0 Comments

Color spaces of #5d77de

RGB 93119222
HSL0.630.660.62
HSV228°58°87°
CMYK 0.580.460.00   0.13
XYZ24.295820.794771.8405
Yxy20.79470.20780.1778
Hunter Lab45.601215.3006-61.4851
CIE-Lab52.724121.0981-55.6240

#5d77de color RGB value is (93,119,222).

#5d77de hex color red value is 93, green value is 119 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5d77de hue: 0.63 , saturation: 0.66 and the lightness value of 5d77de is 0.62.

The process color (four color CMYK) of #5d77de color hex is 0.58, 0.46, 0.00, 0.13. Web safe color of #5d77de is #6666cc. Color #5d77de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01110111 11011110
Octal 135 167 336
Decimal 93 119 222
Hex 5D 77 DE

RGB Percentages of Color #5d77de

%21.43
%27.42
%51.15

CMYK Percentages of Color #5d77de

%58
%46
%0
%13

Triadic Colors of #5d77de

#5d77de #de5d77 #77de5d

Analogous Colors of #5d77de

#5d77de #845dde #5db8de

Monochromatic Colors of #5d77de

#5d77de

Complementary Color

#5d77de #dec45d

#5d77de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d77de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d77de Color CSS Codes

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

#5d77de Text Font Color

<p style="color:#5d77de">Text here</p>

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


#5d77de Background Color

<div style="background-color:#5d77de">
Div content here</div>

This div background color is #5d77de


#5d77de Border Color

<div style="border:3px solid #5d77de">
Div here</div>

This div border color is #5d77de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,119,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d77de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d77de;
  -webkit-box-shadow: 1px 1px 3px 2px #5d77de;
  box-shadow:         1px 1px 3px 2px #5d77de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,119,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 #5d77de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d77de


Comments

No comments written yet.

Please login to write comment.