Color Hex Logo

#5048ac Color Hex

#5048AC
(80,72,172)
0 Favorites   0 Comments

Color spaces of #5048ac

RGB 8072172
HSL0.680.410.48
HSV245°58°67°
CMYK 0.530.580.00   0.33
XYZ13.07209.318840.1395
Yxy9.31880.20910.1490
Hunter Lab30.526723.0147-56.5916
CIE-Lab36.591031.4047-52.7319

#5048ac color RGB value is (80,72,172).

#5048ac hex color red value is 80, green value is 72 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5048ac hue: 0.68 , saturation: 0.41 and the lightness value of 5048ac is 0.48.

The process color (four color CMYK) of #5048ac color hex is 0.53, 0.58, 0.00, 0.33. Web safe color of #5048ac is #663399. Color #5048ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001000 10101100
Octal 120 110 254
Decimal 80 72 172
Hex 50 48 AC

RGB Percentages of Color #5048ac

%24.69
%22.22
%53.09

CMYK Percentages of Color #5048ac

%53
%58
%0
%33

Triadic Colors of #5048ac

#5048ac #ac5048 #48ac50

Analogous Colors of #5048ac

#5048ac #8248ac #4872ac

Monochromatic Colors of #5048ac

#5048ac

Complementary Color

#5048ac #a4ac48

#5048ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5048ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5048ac Color CSS Codes

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

#5048ac Text Font Color

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

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


#5048ac Background Color

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

This div background color is #5048ac


#5048ac Border Color

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

This div border color is #5048ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5048ac


Comments

No comments written yet.

Please login to write comment.