Color Hex Logo

#502aca Color Hex

#502ACA
(80,42,202)
0 Favorites   0 Comments

Color spaces of #502aca

RGB 8042202
HSL0.710.660.48
HSV254°79°79°
CMYK 0.600.790.00   0.21
XYZ14.79697.625756.5691
Yxy7.62570.18730.0965
Hunter Lab27.614747.3208-102.1263
CIE-Lab33.190956.9467-75.9698

#502aca color RGB value is (80,42,202).

#502aca hex color red value is 80, green value is 42 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #502aca hue: 0.71 , saturation: 0.66 and the lightness value of 502aca is 0.48.

The process color (four color CMYK) of #502aca color hex is 0.60, 0.79, 0.00, 0.21. Web safe color of #502aca is #6633cc. Color #502aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101010 11001010
Octal 120 52 312
Decimal 80 42 202
Hex 50 2A CA

RGB Percentages of Color #502aca

%24.69
%12.96
%62.35

CMYK Percentages of Color #502aca

%60
%79
%0
%21

Triadic Colors of #502aca

#502aca #ca502a #2aca50

Analogous Colors of #502aca

#502aca #a02aca #2a54ca

Monochromatic Colors of #502aca

#502aca

Complementary Color

#502aca #a4ca2a

#502aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#502aca Color CSS Codes

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

#502aca Text Font Color

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

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


#502aca Background Color

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

This div background color is #502aca


#502aca Border Color

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

This div border color is #502aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502aca


Comments

No comments written yet.

Please login to write comment.