Color Hex Logo

#505dad Color Hex

#505DAD
(80,93,173)
0 Favorites   0 Comments

Color spaces of #505dad

RGB 8093173
HSL0.640.370.50
HSV232°54°68°
CMYK 0.540.460.00   0.32
XYZ14.765412.551341.1796
Yxy12.55130.21560.1832
Hunter Lab35.427812.3955-44.1164
CIE-Lab42.079218.4438-44.4975

#505dad color RGB value is (80,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011101 10101101
Octal 120 135 255
Decimal 80 93 173
Hex 50 5D AD

RGB Percentages of Color #505dad

%23.12
%26.88
%50.00

CMYK Percentages of Color #505dad

%54
%46
%0
%32

Triadic Colors of #505dad

#505dad #ad505d #5dad50

Analogous Colors of #505dad

#505dad #7250ad #508cad

Monochromatic Colors of #505dad

#505dad

Complementary Color

#505dad #ada050

#505dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#505dad Color CSS Codes

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

#505dad Text Font Color

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

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


#505dad Background Color

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

This div background color is #505dad


#505dad Border Color

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

This div border color is #505dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505dad


Comments

No comments written yet.

Please login to write comment.