Color Hex Logo

#5068ac Color Hex

#5068AC
(80,104,172)
0 Favorites   0 Comments

Color spaces of #5068ac

RGB 80104172
HSL0.620.370.49
HSV224°53°67°
CMYK 0.530.400.00   0.33
XYZ15.705014.584741.0171
Yxy14.58470.22020.2045
Hunter Lab38.18996.5729-36.9463
CIE-Lab45.060111.1801-39.1676

#5068ac color RGB value is (80,104,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101000 10101100
Octal 120 150 254
Decimal 80 104 172
Hex 50 68 AC

RGB Percentages of Color #5068ac

%22.47
%29.21
%48.31

CMYK Percentages of Color #5068ac

%53
%40
%0
%33

Triadic Colors of #5068ac

#5068ac #ac5068 #68ac50

Analogous Colors of #5068ac

#5068ac #6650ac #5096ac

Monochromatic Colors of #5068ac

#5068ac

Complementary Color

#5068ac #ac9450

#5068ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5068ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5068ac Color CSS Codes

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

#5068ac Text Font Color

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

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


#5068ac Background Color

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

This div background color is #5068ac


#5068ac Border Color

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

This div border color is #5068ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,104,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 #5068ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5068ac


Comments

No comments written yet.

Please login to write comment.