Color Hex Logo

#502cdb Color Hex

#502CDB
(80,44,219)
0 Favorites   0 Comments

Color spaces of #502cdb

RGB 8044219
HSL0.700.710.52
HSV252°80°86°
CMYK 0.630.800.00   0.14
XYZ16.99518.621367.7862
Yxy8.62130.18200.0923
Hunter Lab29.362151.9343-116.3254
CIE-Lab35.244760.8036-82.4219

#502cdb color RGB value is (80,44,219).

#502cdb hex color red value is 80, green value is 44 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #502cdb hue: 0.70 , saturation: 0.71 and the lightness value of 502cdb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101100 11011011
Octal 120 54 333
Decimal 80 44 219
Hex 50 2C DB

RGB Percentages of Color #502cdb

%23.32
%12.83
%63.85

CMYK Percentages of Color #502cdb

%63
%80
%0
%14

Triadic Colors of #502cdb

#502cdb #db502c #2cdb50

Analogous Colors of #502cdb

#502cdb #a82cdb #2c5fdb

Monochromatic Colors of #502cdb

#502cdb

Complementary Color

#502cdb #b7db2c

#502cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#502cdb Color CSS Codes

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

#502cdb Text Font Color

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

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


#502cdb Background Color

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

This div background color is #502cdb


#502cdb Border Color

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

This div border color is #502cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502cdb


Comments

No comments written yet.

Please login to write comment.