Color Hex Logo

#505781 Color Hex

#505781
(80,87,129)
0 Favorites   0 Comments

Color spaces of #505781

RGB 8087129
HSL0.640.230.41
HSV231°38°51°
CMYK 0.380.330.00   0.49
XYZ10.678910.106822.1569
Yxy10.10680.24870.2354
Hunter Lab31.79124.3249-19.0684
CIE-Lab38.03348.3651-24.4766

#505781 color RGB value is (80,87,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010111 10000001
Octal 120 127 201
Decimal 80 87 129
Hex 50 57 81

RGB Percentages of Color #505781

%27.03
%29.39
%43.58

CMYK Percentages of Color #505781

%38
%33
%0
%49

Triadic Colors of #505781

#505781 #815057 #578150

Analogous Colors of #505781

#505781 #625081 #507081

Monochromatic Colors of #505781

#505781

Complementary Color

#505781 #817a50

#505781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505781 Color CSS Codes

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

#505781 Text Font Color

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

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


#505781 Background Color

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

This div background color is #505781


#505781 Border Color

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

This div border color is #505781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505781


Comments

No comments written yet.

Please login to write comment.