Color Hex Logo

#502252 Color Hex

#502252
(80,34,82)
0 Favorites   0 Comments

Color spaces of #502252

RGB 803482
HSL0.830.410.23
HSV298°59°32°
CMYK 0.020.590.00   0.68
XYZ5.40333.45878.3655
Yxy3.45870.31360.2008
Hunter Lab18.597619.3152-13.6513
CIE-Lab21.794529.3472-19.8608

#502252 color RGB value is (80,34,82).

#502252 hex color red value is 80, green value is 34 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #502252 hue: 0.83 , saturation: 0.41 and the lightness value of 502252 is 0.23.

The process color (four color CMYK) of #502252 color hex is 0.02, 0.59, 0.00, 0.68. Web safe color of #502252 is #663366. Color #502252 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100010 01010010
Octal 120 42 122
Decimal 80 34 82
Hex 50 22 52

RGB Percentages of Color #502252

%40.82
%17.35
%41.84

CMYK Percentages of Color #502252

%2
%59
%0
%68

Triadic Colors of #502252

#502252 #525022 #225250

Analogous Colors of #502252

#502252 #52223c #382252

Monochromatic Colors of #502252

#502252

Complementary Color

#502252 #245222

#502252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502252 Color CSS Codes

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

#502252 Text Font Color

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

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


#502252 Background Color

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

This div background color is #502252


#502252 Border Color

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

This div border color is #502252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502252


Comments

No comments written yet.

Please login to write comment.