Color Hex Logo

#504270 Color Hex

#504270
(80,66,112)
0 Favorites   0 Comments

Color spaces of #504270

RGB 8066112
HSL0.720.260.35
HSV258°41°44°
CMYK 0.290.410.00   0.56
XYZ8.18116.771816.2051
Yxy6.77180.26260.2173
Hunter Lab26.022710.5777-18.7058
CIE-Lab31.281716.9635-24.4688

#504270 color RGB value is (80,66,112).

#504270 hex color red value is 80, green value is 66 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #504270 hue: 0.72 , saturation: 0.26 and the lightness value of 504270 is 0.35.

The process color (four color CMYK) of #504270 color hex is 0.29, 0.41, 0.00, 0.56. Web safe color of #504270 is #663366. Color #504270 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000010 01110000
Octal 120 102 160
Decimal 80 66 112
Hex 50 42 70

RGB Percentages of Color #504270

%31.01
%25.58
%43.41

CMYK Percentages of Color #504270

%29
%41
%0
%56

Triadic Colors of #504270

#504270 #705042 #427050

Analogous Colors of #504270

#504270 #674270 #424b70

Monochromatic Colors of #504270

#504270

Complementary Color

#504270 #627042

#504270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504270 Color CSS Codes

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

#504270 Text Font Color

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

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


#504270 Background Color

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

This div background color is #504270


#504270 Border Color

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

This div border color is #504270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504270


Comments

No comments written yet.

Please login to write comment.