Color Hex Logo

#5075ac Color Hex

#5075AC
(80,117,172)
0 Favorites   0 Comments

Color spaces of #5075ac

RGB 80117172
HSL0.600.370.49
HSV216°53°67°
CMYK 0.530.320.00   0.33
XYZ17.115917.406641.4874
Yxy17.40660.22520.2290
Hunter Lab41.72120.2165-29.7529
CIE-Lab48.76833.1779-33.3240

#5075ac color RGB value is (80,117,172).

#5075ac hex color red value is 80, green value is 117 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5075ac hue: 0.60 , saturation: 0.37 and the lightness value of 5075ac is 0.49.

The process color (four color CMYK) of #5075ac color hex is 0.53, 0.32, 0.00, 0.33. Web safe color of #5075ac is #666699. Color #5075ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110101 10101100
Octal 120 165 254
Decimal 80 117 172
Hex 50 75 AC

RGB Percentages of Color #5075ac

%21.68
%31.71
%46.61

CMYK Percentages of Color #5075ac

%53
%32
%0
%33

Triadic Colors of #5075ac

#5075ac #ac5075 #75ac50

Analogous Colors of #5075ac

#5075ac #5950ac #50a3ac

Monochromatic Colors of #5075ac

#5075ac

Complementary Color

#5075ac #ac8750

#5075ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5075ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5075ac Color CSS Codes

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

#5075ac Text Font Color

<p style="color:#5075ac">Text here</p>

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


#5075ac Background Color

<div style="background-color:#5075ac">
Div content here</div>

This div background color is #5075ac


#5075ac Border Color

<div style="border:3px solid #5075ac">
Div here</div>

This div border color is #5075ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,117,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5075ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5075ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5075ac;
  box-shadow:         1px 1px 3px 2px #5075ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,117,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5075ac


Comments

No comments written yet.

Please login to write comment.