Color Hex Logo

#503dca Color Hex

#503DCA
(80,61,202)
0 Favorites   0 Comments

Color spaces of #503dca

RGB 8061202
HSL0.690.570.52
HSV248°70°79°
CMYK 0.600.700.00   0.21
XYZ15.63779.307256.8494
Yxy9.30720.19120.1138
Hunter Lab30.507738.1074-89.1282
CIE-Lab36.569247.3863-70.4103

#503dca color RGB value is (80,61,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111101 11001010
Octal 120 75 312
Decimal 80 61 202
Hex 50 3D CA

RGB Percentages of Color #503dca

%23.32
%17.78
%58.89

CMYK Percentages of Color #503dca

%60
%70
%0
%21

Triadic Colors of #503dca

#503dca #ca503d #3dca50

Analogous Colors of #503dca

#503dca #973dca #3d71ca

Monochromatic Colors of #503dca

#503dca

Complementary Color

#503dca #b7ca3d

#503dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#503dca Color CSS Codes

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

#503dca Text Font Color

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

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


#503dca Background Color

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

This div background color is #503dca


#503dca Border Color

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

This div border color is #503dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503dca


Comments

No comments written yet.

Please login to write comment.