Color Hex Logo

#506890 Color Hex

#506890
(80,104,144)
0 Favorites   0 Comments

Color spaces of #506890

RGB 80104144
HSL0.600.290.44
HSV218°44°56°
CMYK 0.440.280.00   0.44
XYZ13.292613.619728.3138
Yxy13.61970.24070.2466
Hunter Lab36.9049-0.2904-19.6545
CIE-Lab43.68252.2815-24.7555

#506890 color RGB value is (80,104,144).

#506890 hex color red value is 80, green value is 104 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #506890 hue: 0.60 , saturation: 0.29 and the lightness value of 506890 is 0.44.

The process color (four color CMYK) of #506890 color hex is 0.44, 0.28, 0.00, 0.44. Web safe color of #506890 is #666699. Color #506890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101000 10010000
Octal 120 150 220
Decimal 80 104 144
Hex 50 68 90

RGB Percentages of Color #506890

%24.39
%31.71
%43.90

CMYK Percentages of Color #506890

%44
%28
%0
%44

Triadic Colors of #506890

#506890 #905068 #689050

Analogous Colors of #506890

#506890 #585090 #508890

Monochromatic Colors of #506890

#506890

Complementary Color

#506890 #907850

#506890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506890 Color CSS Codes

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

#506890 Text Font Color

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

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


#506890 Background Color

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

This div background color is #506890


#506890 Border Color

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

This div border color is #506890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506890


Comments

No comments written yet.

Please login to write comment.