Color Hex Logo

#5182df Color Hex

#5182DF
(81,130,223)
0 Favorites   0 Comments

Color spaces of #5182df

RGB 81130223
HSL0.610.690.60
HSV219°64°87°
CMYK 0.640.420.00   0.13
XYZ24.695323.042372.9581
Yxy23.04230.20460.1909
Hunter Lab48.00247.8269-56.5123
CIE-Lab55.115912.5184-52.3984

#5182df color RGB value is (81,130,223).

#5182df hex color red value is 81, green value is 130 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5182df hue: 0.61 , saturation: 0.69 and the lightness value of 5182df is 0.60.

The process color (four color CMYK) of #5182df color hex is 0.64, 0.42, 0.00, 0.13. Web safe color of #5182df is #6699cc. Color #5182df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000010 11011111
Octal 121 202 337
Decimal 81 130 223
Hex 51 82 DF

RGB Percentages of Color #5182df

%18.66
%29.95
%51.38

CMYK Percentages of Color #5182df

%64
%42
%0
%13

Triadic Colors of #5182df

#5182df #df5182 #82df51

Analogous Colors of #5182df

#5182df #6751df #51c9df

Monochromatic Colors of #5182df

#5182df

Complementary Color

#5182df #dfae51

#5182df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5182df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5182df Color CSS Codes

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

#5182df Text Font Color

<p style="color:#5182df">Text here</p>

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


#5182df Background Color

<div style="background-color:#5182df">
Div content here</div>

This div background color is #5182df


#5182df Border Color

<div style="border:3px solid #5182df">
Div here</div>

This div border color is #5182df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,130,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5182df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5182df;
  -webkit-box-shadow: 1px 1px 3px 2px #5182df;
  box-shadow:         1px 1px 3px 2px #5182df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,130,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 #5182df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5182df


Comments

No comments written yet.

Please login to write comment.