Color Hex Logo

#508397 Color Hex

#508397
(80,131,151)
0 Favorites   0 Comments

Color spaces of #508397

RGB 80131151
HSL0.550.310.45
HSV197°47°59°
CMYK 0.470.130.00   0.41
XYZ17.010520.172432.2753
Yxy20.17240.24490.2904
Hunter Lab44.9137-10.9943-11.1666
CIE-Lab52.0316-11.4686-16.0563

#508397 color RGB value is (80,131,151).

#508397 hex color red value is 80, green value is 131 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #508397 hue: 0.55 , saturation: 0.31 and the lightness value of 508397 is 0.45.

The process color (four color CMYK) of #508397 color hex is 0.47, 0.13, 0.00, 0.41. Web safe color of #508397 is #669999. Color #508397 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000011 10010111
Octal 120 203 227
Decimal 80 131 151
Hex 50 83 97

RGB Percentages of Color #508397

%22.10
%36.19
%41.71

CMYK Percentages of Color #508397

%47
%13
%0
%41

Triadic Colors of #508397

#508397 #975083 #839750

Analogous Colors of #508397

#508397 #505f97 #509788

Monochromatic Colors of #508397

#508397

Complementary Color

#508397 #976450

#508397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508397 Color CSS Codes

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

#508397 Text Font Color

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

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


#508397 Background Color

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

This div background color is #508397


#508397 Border Color

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

This div border color is #508397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508397


Comments

No comments written yet.

Please login to write comment.