Color Hex Logo

#507481 Color Hex

#507481
(80,116,129)
0 Favorites   0 Comments

Color spaces of #507481

RGB 80116129
HSL0.540.230.41
HSV196°38°51°
CMYK 0.380.100.00   0.49
XYZ13.516115.781223.1026
Yxy15.78120.25790.3012
Hunter Lab39.7256-8.7874-6.6725
CIE-Lab46.6861-9.2185-11.2085

#507481 color RGB value is (80,116,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110100 10000001
Octal 120 164 201
Decimal 80 116 129
Hex 50 74 81

RGB Percentages of Color #507481

%24.62
%35.69
%39.69

CMYK Percentages of Color #507481

%38
%10
%0
%49

Triadic Colors of #507481

#507481 #815074 #748150

Analogous Colors of #507481

#507481 #505c81 #508176

Monochromatic Colors of #507481

#507481

Complementary Color

#507481 #815d50

#507481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507481 Color CSS Codes

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

#507481 Text Font Color

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

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


#507481 Background Color

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

This div background color is #507481


#507481 Border Color

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

This div border color is #507481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507481


Comments

No comments written yet.

Please login to write comment.