Color Hex Logo

#502aed Color Hex

#502AED
(80,42,237)
0 Favorites   0 Comments

Color spaces of #502aed

RGB 8042237
HSL0.700.840.55
HSV252°82°93°
CMYK 0.660.820.00   0.07
XYZ19.42239.475880.9261
Yxy9.47580.17680.0863
Hunter Lab30.782858.7541-134.3219
CIE-Lab36.884766.5525-89.9839

#502aed color RGB value is (80,42,237).

#502aed hex color red value is 80, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #502aed hue: 0.70 , saturation: 0.84 and the lightness value of 502aed is 0.55.

The process color (four color CMYK) of #502aed color hex is 0.66, 0.82, 0.00, 0.07. Web safe color of #502aed is #6633ff. Color #502aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101010 11101101
Octal 120 52 355
Decimal 80 42 237
Hex 50 2A ED

RGB Percentages of Color #502aed

%22.28
%11.70
%66.02

CMYK Percentages of Color #502aed

%66
%82
%0
%7

Triadic Colors of #502aed

#502aed #ed502a #2aed50

Analogous Colors of #502aed

#502aed #b22aed #2a66ed

Monochromatic Colors of #502aed

#502aed

Complementary Color

#502aed #c7ed2a

#502aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#502aed Color CSS Codes

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

#502aed Text Font Color

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

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


#502aed Background Color

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

This div background color is #502aed


#502aed Border Color

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

This div border color is #502aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502aed


Comments

No comments written yet.

Please login to write comment.