Color Hex Logo

#503acd Color Hex

#503ACD
(80,58,205)
0 Favorites   0 Comments

Color spaces of #503acd

RGB 8058205
HSL0.690.600.52
HSV249°72°80°
CMYK 0.610.720.00   0.20
XYZ15.84089.139458.6868
Yxy9.13940.18930.1092
Hunter Lab30.231440.6262-93.9347
CIE-Lab36.251349.9373-72.6749

#503acd color RGB value is (80,58,205).

#503acd hex color red value is 80, green value is 58 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #503acd hue: 0.69 , saturation: 0.60 and the lightness value of 503acd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111010 11001101
Octal 120 72 315
Decimal 80 58 205
Hex 50 3A CD

RGB Percentages of Color #503acd

%23.32
%16.91
%59.77

CMYK Percentages of Color #503acd

%61
%72
%0
%20

Triadic Colors of #503acd

#503acd #cd503a #3acd50

Analogous Colors of #503acd

#503acd #9a3acd #3a6ecd

Monochromatic Colors of #503acd

#503acd

Complementary Color

#503acd #b7cd3a

#503acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#503acd Color CSS Codes

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

#503acd Text Font Color

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

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


#503acd Background Color

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

This div background color is #503acd


#503acd Border Color

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

This div border color is #503acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,58,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 #503acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503acd


Comments

No comments written yet.

Please login to write comment.