Color Hex Logo

#511edb Color Hex

#511EDB
(81,30,219)
0 Favorites   0 Comments

Color spaces of #511edb

RGB 8130219
HSL0.710.760.49
HSV256°86°86°
CMYK 0.630.860.00   0.14
XYZ16.64387.792367.6447
Yxy7.79230.18080.0846
Hunter Lab27.914757.5778-124.1351
CIE-Lab33.546566.1689-85.2308

#511edb color RGB value is (81,30,219).

#511edb hex color red value is 81, green value is 30 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #511edb hue: 0.71 , saturation: 0.76 and the lightness value of 511edb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011110 11011011
Octal 121 36 333
Decimal 81 30 219
Hex 51 1E DB

RGB Percentages of Color #511edb

%24.55
%9.09
%66.36

CMYK Percentages of Color #511edb

%63
%86
%0
%14

Triadic Colors of #511edb

#511edb #db511e #1edb51

Analogous Colors of #511edb

#511edb #b01edb #1e49db

Monochromatic Colors of #511edb

#511edb

Complementary Color

#511edb #a8db1e

#511edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#511edb Color CSS Codes

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

#511edb Text Font Color

<p style="color:#511edb">Text here</p>

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


#511edb Background Color

<div style="background-color:#511edb">
Div content here</div>

This div background color is #511edb


#511edb Border Color

<div style="border:3px solid #511edb">
Div here</div>

This div border color is #511edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511edb


Comments

No comments written yet.

Please login to write comment.