Color Hex Logo

#507681 Color Hex

#507681
(80,118,129)
0 Favorites   0 Comments

Color spaces of #507681

RGB 80118129
HSL0.540.230.41
HSV193°38°51°
CMYK 0.380.090.00   0.49
XYZ13.749116.247323.1803
Yxy16.24730.25860.3055
Hunter Lab40.3079-9.6523-5.8810
CIE-Lab47.2973-10.3617-10.2884

#507681 color RGB value is (80,118,129).

#507681 hex color red value is 80, green value is 118 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #507681 hue: 0.54 , saturation: 0.23 and the lightness value of 507681 is 0.41.

The process color (four color CMYK) of #507681 color hex is 0.38, 0.09, 0.00, 0.49. Web safe color of #507681 is #666699. Color #507681 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110110 10000001
Octal 120 166 201
Decimal 80 118 129
Hex 50 76 81

RGB Percentages of Color #507681

%24.46
%36.09
%39.45

CMYK Percentages of Color #507681

%38
%9
%0
%49

Triadic Colors of #507681

#507681 #815076 #768150

Analogous Colors of #507681

#507681 #505e81 #508174

Monochromatic Colors of #507681

#507681

Complementary Color

#507681 #815b50

#507681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507681 Color CSS Codes

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

#507681 Text Font Color

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

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


#507681 Background Color

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

This div background color is #507681


#507681 Border Color

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

This div border color is #507681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507681


Comments

No comments written yet.

Please login to write comment.