Color Hex Logo

#504262 Color Hex

#504262
(80,66,98)
0 Favorites   0 Comments

Color spaces of #504262

RGB 806698
HSL0.740.200.32
HSV266°33°38°
CMYK 0.180.330.00   0.62
XYZ7.46116.483712.4135
Yxy6.48370.28310.2460
Hunter Lab25.46317.7429-11.0802
CIE-Lab30.601413.2195-16.6311

#504262 color RGB value is (80,66,98).

#504262 hex color red value is 80, green value is 66 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #504262 hue: 0.74 , saturation: 0.20 and the lightness value of 504262 is 0.32.

The process color (four color CMYK) of #504262 color hex is 0.18, 0.33, 0.00, 0.62. Web safe color of #504262 is #663366. Color #504262 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000010 01100010
Octal 120 102 142
Decimal 80 66 98
Hex 50 42 62

RGB Percentages of Color #504262

%32.79
%27.05
%40.16

CMYK Percentages of Color #504262

%18
%33
%0
%62

Triadic Colors of #504262

#504262 #625042 #426250

Analogous Colors of #504262

#504262 #604262 #424462

Monochromatic Colors of #504262

#504262

Complementary Color

#504262 #546242

#504262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504262 Color CSS Codes

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

#504262 Text Font Color

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

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


#504262 Background Color

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

This div background color is #504262


#504262 Border Color

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

This div border color is #504262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504262


Comments

No comments written yet.

Please login to write comment.