Color Hex Logo

#504268 Color Hex

#504268
(80,66,104)
0 Favorites   0 Comments

Color spaces of #504268

RGB 8066104
HSL0.730.220.33
HSV262°37°41°
CMYK 0.230.370.00   0.59
XYZ7.75526.601413.9622
Yxy6.60140.27390.2331
Hunter Lab25.69328.9151-14.2342
CIE-Lab30.881714.7881-20.0238

#504268 color RGB value is (80,66,104).

#504268 hex color red value is 80, green value is 66 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #504268 hue: 0.73 , saturation: 0.22 and the lightness value of 504268 is 0.33.

The process color (four color CMYK) of #504268 color hex is 0.23, 0.37, 0.00, 0.59. Web safe color of #504268 is #663366. Color #504268 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000010 01101000
Octal 120 102 150
Decimal 80 66 104
Hex 50 42 68

RGB Percentages of Color #504268

%32.00
%26.40
%41.60

CMYK Percentages of Color #504268

%23
%37
%0
%59

Triadic Colors of #504268

#504268 #685042 #426850

Analogous Colors of #504268

#504268 #634268 #424768

Monochromatic Colors of #504268

#504268

Complementary Color

#504268 #5a6842

#504268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504268 Color CSS Codes

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

#504268 Text Font Color

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

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


#504268 Background Color

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

This div background color is #504268


#504268 Border Color

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

This div border color is #504268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504268


Comments

No comments written yet.

Please login to write comment.