Color Hex Logo

#502a2f Color Hex

#502A2F
(80,42,47)
0 Favorites   0 Comments

Color spaces of #502a2f

RGB 804247
HSL0.980.310.24
HSV352°48°31°
CMYK 0.000.480.41   0.69
XYZ4.64933.56663.1327
Yxy3.56660.40970.3143
Hunter Lab18.885410.89443.3848
CIE-Lab22.183518.27624.5493

#502a2f color RGB value is (80,42,47).

#502a2f hex color red value is 80, green value is 42 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #502a2f hue: 0.98 , saturation: 0.31 and the lightness value of 502a2f is 0.24.

The process color (four color CMYK) of #502a2f color hex is 0.00, 0.48, 0.41, 0.69. Web safe color of #502a2f is #663333. Color #502a2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101010 00101111
Octal 120 52 57
Decimal 80 42 47
Hex 50 2A 2F

RGB Percentages of Color #502a2f

%47.34
%24.85
%27.81

CMYK Percentages of Color #502a2f

%0
%48
%41
%69

Triadic Colors of #502a2f

#502a2f #2f502a #2a2f50

Analogous Colors of #502a2f

#502a2f #50382a #502a42

Monochromatic Colors of #502a2f

#502a2f

Complementary Color

#502a2f #2a504b

#502a2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502a2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#502a2f Color CSS Codes

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

#502a2f Text Font Color

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

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


#502a2f Background Color

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

This div background color is #502a2f


#502a2f Border Color

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

This div border color is #502a2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,42,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #502a2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #502a2f;
  -webkit-box-shadow: 1px 1px 3px 2px #502a2f;
  box-shadow:         1px 1px 3px 2px #502a2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502a2f


Comments

No comments written yet.

Please login to write comment.