Color Hex Logo

#502acd Color Hex

#502ACD
(80,42,205)
0 Favorites   0 Comments

Color spaces of #502acd

RGB 8042205
HSL0.710.660.48
HSV254°80°80°
CMYK 0.610.800.00   0.20
XYZ15.15577.769258.4584
Yxy7.76920.18620.0955
Hunter Lab27.873348.2786-104.8371
CIE-Lab33.497557.7817-77.2114

#502acd color RGB value is (80,42,205).

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

The process color (four color CMYK) of #502acd color hex is 0.61, 0.80, 0.00, 0.20. Web safe color of #502acd is #6633cc. Color #502acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101010 11001101
Octal 120 52 315
Decimal 80 42 205
Hex 50 2A CD

RGB Percentages of Color #502acd

%24.46
%12.84
%62.69

CMYK Percentages of Color #502acd

%61
%80
%0
%20

Triadic Colors of #502acd

#502acd #cd502a #2acd50

Analogous Colors of #502acd

#502acd #a22acd #2a56cd

Monochromatic Colors of #502acd

#502acd

Complementary Color

#502acd #a7cd2a

#502acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#502acd Color CSS Codes

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

#502acd Text Font Color

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

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


#502acd Background Color

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

This div background color is #502acd


#502acd Border Color

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

This div border color is #502acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502acd


Comments

No comments written yet.

Please login to write comment.