Color Hex Logo

#5181af Color Hex

#5181AF
(81,129,175)
0 Favorites   0 Comments

Color spaces of #5181af

RGB 81129175
HSL0.580.370.50
HSV209°54°69°
CMYK 0.540.260.00   0.31
XYZ18.981520.545043.5226
Yxy20.54500.22860.2474
Hunter Lab45.3266-4.5708-25.2017
CIE-Lab52.4479-2.7753-29.3131

#5181af color RGB value is (81,129,175).

#5181af hex color red value is 81, green value is 129 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5181af hue: 0.58 , saturation: 0.37 and the lightness value of 5181af is 0.50.

The process color (four color CMYK) of #5181af color hex is 0.54, 0.26, 0.00, 0.31. Web safe color of #5181af is #669999. Color #5181af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000001 10101111
Octal 121 201 257
Decimal 81 129 175
Hex 51 81 AF

RGB Percentages of Color #5181af

%21.04
%33.51
%45.45

CMYK Percentages of Color #5181af

%54
%26
%0
%31

Triadic Colors of #5181af

#5181af #af5181 #81af51

Analogous Colors of #5181af

#5181af #5152af #51afae

Monochromatic Colors of #5181af

#5181af

Complementary Color

#5181af #af7f51

#5181af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5181af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5181af Color CSS Codes

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

#5181af Text Font Color

<p style="color:#5181af">Text here</p>

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


#5181af Background Color

<div style="background-color:#5181af">
Div content here</div>

This div background color is #5181af


#5181af Border Color

<div style="border:3px solid #5181af">
Div here</div>

This div border color is #5181af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,129,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5181af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5181af;
  -webkit-box-shadow: 1px 1px 3px 2px #5181af;
  box-shadow:         1px 1px 3px 2px #5181af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5181af


Comments

No comments written yet.

Please login to write comment.