Color Hex Logo

#502ada Color Hex

#502ADA
(80,42,218)
0 Favorites   0 Comments

Color spaces of #502ada

RGB 8042218
HSL0.700.700.51
HSV253°81°85°
CMYK 0.630.810.00   0.15
XYZ16.79118.423467.0705
Yxy8.42340.18190.0913
Hunter Lab29.023152.4795-116.6992
CIE-Lab34.849661.3752-82.5000

#502ada color RGB value is (80,42,218).

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

The process color (four color CMYK) of #502ada color hex is 0.63, 0.81, 0.00, 0.15. Web safe color of #502ada is #6633cc. Color #502ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101010 11011010
Octal 120 52 332
Decimal 80 42 218
Hex 50 2A DA

RGB Percentages of Color #502ada

%23.53
%12.35
%64.12

CMYK Percentages of Color #502ada

%63
%81
%0
%15

Triadic Colors of #502ada

#502ada #da502a #2ada50

Analogous Colors of #502ada

#502ada #a82ada #2a5cda

Monochromatic Colors of #502ada

#502ada

Complementary Color

#502ada #b4da2a

#502ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#502ada Color CSS Codes

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

#502ada Text Font Color

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

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


#502ada Background Color

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

This div background color is #502ada


#502ada Border Color

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

This div border color is #502ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502ada


Comments

No comments written yet.

Please login to write comment.