Color Hex Logo

#5c77df Color Hex

#5C77DF
(92,119,223)
0 Favorites   0 Comments

Color spaces of #5c77df

RGB 92119223
HSL0.630.670.62
HSV228°59°87°
CMYK 0.590.470.00   0.13
XYZ24.329720.796772.5439
Yxy20.79670.20680.1767
Hunter Lab45.603415.4249-62.3936
CIE-Lab52.726321.2361-56.1866

#5c77df color RGB value is (92,119,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 01110111 11011111
Octal 134 167 337
Decimal 92 119 223
Hex 5C 77 DF

RGB Percentages of Color #5c77df

%21.20
%27.42
%51.38

CMYK Percentages of Color #5c77df

%59
%47
%0
%13

Triadic Colors of #5c77df

#5c77df #df5c77 #77df5c

Analogous Colors of #5c77df

#5c77df #835cdf #5cb9df

Monochromatic Colors of #5c77df

#5c77df

Complementary Color

#5c77df #dfc45c

#5c77df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c77df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c77df Color CSS Codes

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

#5c77df Text Font Color

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

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


#5c77df Background Color

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

This div background color is #5c77df


#5c77df Border Color

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

This div border color is #5c77df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,119,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c77df


Comments

No comments written yet.

Please login to write comment.