Color Hex Logo

#508290 Color Hex

#508290
(80,130,144)
0 Favorites   0 Comments

Color spaces of #508290

RGB 80130144
HSL0.540.290.44
HSV193°44°56°
CMYK 0.440.100.00   0.44
XYZ16.324919.684429.3246
Yxy19.68440.24990.3013
Hunter Lab44.3671-11.9633-8.1310
CIE-Lab51.4785-12.9222-12.8156

#508290 color RGB value is (80,130,144).

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

The process color (four color CMYK) of #508290 color hex is 0.44, 0.10, 0.00, 0.44. Web safe color of #508290 is #669999. Color #508290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000010 10010000
Octal 120 202 220
Decimal 80 130 144
Hex 50 82 90

RGB Percentages of Color #508290

%22.60
%36.72
%40.68

CMYK Percentages of Color #508290

%44
%10
%0
%44

Triadic Colors of #508290

#508290 #905082 #829050

Analogous Colors of #508290

#508290 #506290 #50907e

Monochromatic Colors of #508290

#508290

Complementary Color

#508290 #905e50

#508290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508290 Color CSS Codes

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

#508290 Text Font Color

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

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


#508290 Background Color

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

This div background color is #508290


#508290 Border Color

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

This div border color is #508290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508290

#508290 Color Palettes


Comments

No comments written yet.

Please login to write comment.