Color Hex Logo

#503cca Color Hex

#503CCA
(80,60,202)
0 Favorites   0 Comments

Color spaces of #503cca

RGB 8060202
HSL0.690.570.51
HSV248°70°79°
CMYK 0.600.700.00   0.21
XYZ15.58489.201556.8318
Yxy9.20150.19090.1127
Hunter Lab30.334038.6242-89.8482
CIE-Lab36.369447.9380-70.7381

#503cca color RGB value is (80,60,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111100 11001010
Octal 120 74 312
Decimal 80 60 202
Hex 50 3C CA

RGB Percentages of Color #503cca

%23.39
%17.54
%59.06

CMYK Percentages of Color #503cca

%60
%70
%0
%21

Triadic Colors of #503cca

#503cca #ca503c #3cca50

Analogous Colors of #503cca

#503cca #973cca #3c6fca

Monochromatic Colors of #503cca

#503cca

Complementary Color

#503cca #b6ca3c

#503cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#503cca Color CSS Codes

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

#503cca Text Font Color

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

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


#503cca Background Color

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

This div background color is #503cca


#503cca Border Color

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

This div border color is #503cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503cca


Comments

No comments written yet.

Please login to write comment.