Color Hex Logo

#502181 Color Hex

#502181
(80,33,129)
0 Favorites   0 Comments

Color spaces of #502181

RGB 8033129
HSL0.750.590.32
HSV269°74°51°
CMYK 0.380.740.00   0.49
XYZ7.81464.378221.2021
Yxy4.37820.23400.1311
Hunter Lab20.924130.0476-45.4307
CIE-Lab24.884341.1912-45.4328

#502181 color RGB value is (80,33,129).

#502181 hex color red value is 80, green value is 33 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #502181 hue: 0.75 , saturation: 0.59 and the lightness value of 502181 is 0.32.

The process color (four color CMYK) of #502181 color hex is 0.38, 0.74, 0.00, 0.49. Web safe color of #502181 is #663399. Color #502181 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100001 10000001
Octal 120 41 201
Decimal 80 33 129
Hex 50 21 81

RGB Percentages of Color #502181

%33.06
%13.64
%53.31

CMYK Percentages of Color #502181

%38
%74
%0
%49

Triadic Colors of #502181

#502181 #815021 #218150

Analogous Colors of #502181

#502181 #802181 #212281

Monochromatic Colors of #502181

#502181

Complementary Color

#502181 #528121

#502181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502181 Color CSS Codes

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

#502181 Text Font Color

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

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


#502181 Background Color

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

This div background color is #502181


#502181 Border Color

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

This div border color is #502181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502181


Comments

No comments written yet.

Please login to write comment.