Color Hex Logo

#505fad Color Hex

#505FAD
(80,95,173)
0 Favorites   0 Comments

Color spaces of #505fad

RGB 8095173
HSL0.640.370.50
HSV230°54°68°
CMYK 0.540.450.00   0.32
XYZ14.943312.907041.2389
Yxy12.90700.21630.1868
Hunter Lab35.926311.3748-42.9091
CIE-Lab42.622817.1761-43.6297

#505fad color RGB value is (80,95,173).

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

The process color (four color CMYK) of #505fad color hex is 0.54, 0.45, 0.00, 0.32. Web safe color of #505fad is #666699. Color #505fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011111 10101101
Octal 120 137 255
Decimal 80 95 173
Hex 50 5F AD

RGB Percentages of Color #505fad

%22.99
%27.30
%49.71

CMYK Percentages of Color #505fad

%54
%45
%0
%32

Triadic Colors of #505fad

#505fad #ad505f #5fad50

Analogous Colors of #505fad

#505fad #7050ad #508ead

Monochromatic Colors of #505fad

#505fad

Complementary Color

#505fad #ad9e50

#505fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#505fad Color CSS Codes

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

#505fad Text Font Color

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

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


#505fad Background Color

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

This div background color is #505fad


#505fad Border Color

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

This div border color is #505fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505fad


Comments

No comments written yet.

Please login to write comment.