Color Hex Logo

#505fac Color Hex

#505FAC
(80,95,172)
0 Favorites   0 Comments

Color spaces of #505fac

RGB 8095172
HSL0.640.370.49
HSV230°53°67°
CMYK 0.530.450.00   0.33
XYZ14.846912.868440.7311
Yxy12.86840.21690.1880
Hunter Lab35.872611.1005-42.2094
CIE-Lab42.564316.8467-43.1342

#505fac color RGB value is (80,95,172).

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

The process color (four color CMYK) of #505fac color hex is 0.53, 0.45, 0.00, 0.33. Web safe color of #505fac is #666699. Color #505fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011111 10101100
Octal 120 137 254
Decimal 80 95 172
Hex 50 5F AC

RGB Percentages of Color #505fac

%23.05
%27.38
%49.57

CMYK Percentages of Color #505fac

%53
%45
%0
%33

Triadic Colors of #505fac

#505fac #ac505f #5fac50

Analogous Colors of #505fac

#505fac #6f50ac #508dac

Monochromatic Colors of #505fac

#505fac

Complementary Color

#505fac #ac9d50

#505fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#505fac Color CSS Codes

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

#505fac Text Font Color

<p style="color:#505fac">Text here</p>

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


#505fac Background Color

<div style="background-color:#505fac">
Div content here</div>

This div background color is #505fac


#505fac Border Color

<div style="border:3px solid #505fac">
Div here</div>

This div border color is #505fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505fac


Comments

No comments written yet.

Please login to write comment.