Color Hex Logo

#502daa Color Hex

#502DAA
(80,45,170)
0 Favorites   0 Comments

Color spaces of #502daa

RGB 8045170
HSL0.710.580.42
HSV257°74°67°
CMYK 0.530.740.00   0.33
XYZ11.50246.484538.6756
Yxy6.48450.20300.1144
Hunter Lab25.464736.0653-72.2240
CIE-Lab30.603346.4403-61.2905

#502daa color RGB value is (80,45,170).

#502daa hex color red value is 80, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #502daa hue: 0.71 , saturation: 0.58 and the lightness value of 502daa is 0.42.

The process color (four color CMYK) of #502daa color hex is 0.53, 0.74, 0.00, 0.33. Web safe color of #502daa is #663399. Color #502daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101101 10101010
Octal 120 55 252
Decimal 80 45 170
Hex 50 2D AA

RGB Percentages of Color #502daa

%27.12
%15.25
%57.63

CMYK Percentages of Color #502daa

%53
%74
%0
%33

Triadic Colors of #502daa

#502daa #aa502d #2daa50

Analogous Colors of #502daa

#502daa #8f2daa #2d49aa

Monochromatic Colors of #502daa

#502daa

Complementary Color

#502daa #87aa2d

#502daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#502daa Color CSS Codes

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

#502daa Text Font Color

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

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


#502daa Background Color

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

This div background color is #502daa


#502daa Border Color

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

This div border color is #502daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502daa


Comments

No comments written yet.

Please login to write comment.