Color Hex Logo

#503cec Color Hex

#503CEC
(80,60,236)
0 Favorites   0 Comments

Color spaces of #503cec

RGB 8060236
HSL0.690.820.58
HSV247°75°93°
CMYK 0.660.750.00   0.07
XYZ20.064410.993380.4213
Yxy10.99330.18000.0986
Hunter Lab33.156149.9958-120.6005
CIE-Lab39.569258.1917-84.9780

#503cec color RGB value is (80,60,236).

#503cec hex color red value is 80, green value is 60 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #503cec hue: 0.69 , saturation: 0.82 and the lightness value of 503cec is 0.58.

The process color (four color CMYK) of #503cec color hex is 0.66, 0.75, 0.00, 0.07. Web safe color of #503cec is #6633ff. Color #503cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111100 11101100
Octal 120 74 354
Decimal 80 60 236
Hex 50 3C EC

RGB Percentages of Color #503cec

%21.28
%15.96
%62.77

CMYK Percentages of Color #503cec

%66
%75
%0
%7

Triadic Colors of #503cec

#503cec #ec503c #3cec50

Analogous Colors of #503cec

#503cec #a83cec #3c80ec

Monochromatic Colors of #503cec

#503cec

Complementary Color

#503cec #d8ec3c

#503cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#503cec Color CSS Codes

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

#503cec Text Font Color

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

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


#503cec Background Color

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

This div background color is #503cec


#503cec Border Color

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

This div border color is #503cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503cec


Comments

No comments written yet.

Please login to write comment.