Color Hex Logo

#5178af Color Hex

#5178AF
(81,120,175)
0 Favorites   0 Comments

Color spaces of #5178af

RGB 81120175
HSL0.600.370.50
HSV215°54°69°
CMYK 0.540.310.00   0.31
XYZ17.847718.277443.1447
Yxy18.27740.22520.2306
Hunter Lab42.7521-0.2978-29.9081
CIE-Lab49.83082.5661-33.3976

#5178af color RGB value is (81,120,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111000 10101111
Octal 121 170 257
Decimal 81 120 175
Hex 51 78 AF

RGB Percentages of Color #5178af

%21.54
%31.91
%46.54

CMYK Percentages of Color #5178af

%54
%31
%0
%31

Triadic Colors of #5178af

#5178af #af5178 #78af51

Analogous Colors of #5178af

#5178af #5951af #51a7af

Monochromatic Colors of #5178af

#5178af

Complementary Color

#5178af #af8851

#5178af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5178af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5178af Color CSS Codes

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

#5178af Text Font Color

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

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


#5178af Background Color

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

This div background color is #5178af


#5178af Border Color

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

This div border color is #5178af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5178af


Comments

No comments written yet.

Please login to write comment.