Color Hex Logo

#503cdb Color Hex

#503CDB
(80,60,219)
0 Favorites   0 Comments

Color spaces of #503cdb

RGB 8060219
HSL0.690.690.55
HSV248°73°86°
CMYK 0.630.730.00   0.14
XYZ17.710310.051768.0246
Yxy10.05170.18490.1049
Hunter Lab31.704444.2286-105.0188
CIE-Lab37.935153.1044-77.9833

#503cdb color RGB value is (80,60,219).

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

The process color (four color CMYK) of #503cdb color hex is 0.63, 0.73, 0.00, 0.14. Web safe color of #503cdb is #6633cc. Color #503cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111100 11011011
Octal 120 74 333
Decimal 80 60 219
Hex 50 3C DB

RGB Percentages of Color #503cdb

%22.28
%16.71
%61.00

CMYK Percentages of Color #503cdb

%63
%73
%0
%14

Triadic Colors of #503cdb

#503cdb #db503c #3cdb50

Analogous Colors of #503cdb

#503cdb #a03cdb #3c78db

Monochromatic Colors of #503cdb

#503cdb

Complementary Color

#503cdb #c7db3c

#503cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#503cdb Color CSS Codes

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

#503cdb Text Font Color

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

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


#503cdb Background Color

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

This div background color is #503cdb


#503cdb Border Color

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

This div border color is #503cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503cdb


Comments

No comments written yet.

Please login to write comment.