Color Hex Logo

#502c5c Color Hex

#502C5C
(80,44,92)
0 Favorites   0 Comments

Color spaces of #502c5c

RGB 804492
HSL0.790.350.27
HSV285°52°36°
CMYK 0.130.520.00   0.64
XYZ6.14074.279510.6276
Yxy4.27950.29180.2033
Hunter Lab20.687016.7836-15.9784
CIE-Lab24.574725.7392-22.1285

#502c5c color RGB value is (80,44,92).

#502c5c hex color red value is 80, green value is 44 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #502c5c hue: 0.79 , saturation: 0.35 and the lightness value of 502c5c is 0.27.

The process color (four color CMYK) of #502c5c color hex is 0.13, 0.52, 0.00, 0.64. Web safe color of #502c5c is #663366. Color #502c5c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101100 01011100
Octal 120 54 134
Decimal 80 44 92
Hex 50 2C 5C

RGB Percentages of Color #502c5c

%37.04
%20.37
%42.59

CMYK Percentages of Color #502c5c

%13
%52
%0
%64

Triadic Colors of #502c5c

#502c5c #5c502c #2c5c50

Analogous Colors of #502c5c

#502c5c #5c2c50 #382c5c

Monochromatic Colors of #502c5c

#502c5c

Complementary Color

#502c5c #385c2c

#502c5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502c5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#502c5c Color CSS Codes

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

#502c5c Text Font Color

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

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


#502c5c Background Color

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

This div background color is #502c5c


#502c5c Border Color

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

This div border color is #502c5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502c5c


Comments

No comments written yet.

Please login to write comment.