Color Hex Logo

#503ace Color Hex

#503ACE
(80,58,206)
0 Favorites   0 Comments

Color spaces of #503ace

RGB 8058206
HSL0.690.600.52
HSV249°72°81°
CMYK 0.610.720.00   0.19
XYZ15.96199.187859.3247
Yxy9.18780.18900.1088
Hunter Lab30.311440.9527-94.8230
CIE-Lab36.343450.2398-73.1038

#503ace color RGB value is (80,58,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111010 11001110
Octal 120 72 316
Decimal 80 58 206
Hex 50 3A CE

RGB Percentages of Color #503ace

%23.26
%16.86
%59.88

CMYK Percentages of Color #503ace

%61
%72
%0
%19

Triadic Colors of #503ace

#503ace #ce503a #3ace50

Analogous Colors of #503ace

#503ace #9a3ace #3a6ece

Monochromatic Colors of #503ace

#503ace

Complementary Color

#503ace #b8ce3a

#503ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#503ace Color CSS Codes

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

#503ace Text Font Color

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

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


#503ace Background Color

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

This div background color is #503ace


#503ace Border Color

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

This div border color is #503ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503ace


Comments

No comments written yet.

Please login to write comment.