Color Hex Logo

#510cdb Color Hex

#510CDB
(81,12,219)
0 Favorites   0 Comments

Color spaces of #510cdb

RGB 8112219
HSL0.720.900.45
HSV260°95°86°
CMYK 0.630.950.00   0.14
XYZ16.31107.126767.5337
Yxy7.12670.17930.0783
Hunter Lab26.695962.3445-131.3013
CIE-Lab32.093670.5544-87.6424

#510cdb color RGB value is (81,12,219).

#510cdb hex color red value is 81, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #510cdb hue: 0.72 , saturation: 0.90 and the lightness value of 510cdb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001100 11011011
Octal 121 14 333
Decimal 81 12 219
Hex 51 C DB

RGB Percentages of Color #510cdb

%25.96
%3.85
%70.19

CMYK Percentages of Color #510cdb

%63
%95
%0
%14

Triadic Colors of #510cdb

#510cdb #db510c #0cdb51

Analogous Colors of #510cdb

#510cdb #b90cdb #0c2fdb

Monochromatic Colors of #510cdb

#510cdb

Complementary Color

#510cdb #96db0c

#510cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#510cdb Color CSS Codes

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

#510cdb Text Font Color

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

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


#510cdb Background Color

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

This div background color is #510cdb


#510cdb Border Color

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

This div border color is #510cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510cdb


Comments

No comments written yet.

Please login to write comment.