Color Hex Logo

#5177eb Color Hex

#5177EB
(81,119,235)
0 Favorites   0 Comments

Color spaces of #5177eb

RGB 81119235
HSL0.630.790.62
HSV225°66°92°
CMYK 0.660.490.00   0.08
XYZ24.985620.941181.3224
Yxy20.94110.19640.1646
Hunter Lab45.761417.3779-73.3309
CIE-Lab52.885023.3797-62.6924

#5177eb color RGB value is (81,119,235).

#5177eb hex color red value is 81, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5177eb hue: 0.63 , saturation: 0.79 and the lightness value of 5177eb is 0.62.

The process color (four color CMYK) of #5177eb color hex is 0.66, 0.49, 0.00, 0.08. Web safe color of #5177eb is #6666ff. Color #5177eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110111 11101011
Octal 121 167 353
Decimal 81 119 235
Hex 51 77 EB

RGB Percentages of Color #5177eb

%18.62
%27.36
%54.02

CMYK Percentages of Color #5177eb

%66
%49
%0
%8

Triadic Colors of #5177eb

#5177eb #eb5177 #77eb51

Analogous Colors of #5177eb

#5177eb #7851eb #51c4eb

Monochromatic Colors of #5177eb

#5177eb

Complementary Color

#5177eb #ebc551

#5177eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5177eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5177eb Color CSS Codes

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

#5177eb Text Font Color

<p style="color:#5177eb">Text here</p>

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


#5177eb Background Color

<div style="background-color:#5177eb">
Div content here</div>

This div background color is #5177eb


#5177eb Border Color

<div style="border:3px solid #5177eb">
Div here</div>

This div border color is #5177eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,119,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5177eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5177eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5177eb;
  box-shadow:         1px 1px 3px 2px #5177eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5177eb


Comments

No comments written yet.

Please login to write comment.