Color Hex Logo

#514ddb Color Hex

#514DDB
(81,77,219)
0 Favorites   0 Comments

Color spaces of #514ddb

RGB 8177219
HSL0.670.660.58
HSV242°65°86°
CMYK 0.630.650.00   0.14
XYZ18.833412.171668.3745
Yxy12.17160.18950.1225
Hunter Lab34.887835.3055-91.7774
CIE-Lab41.487643.7054-72.1509

#514ddb color RGB value is (81,77,219).

#514ddb hex color red value is 81, green value is 77 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #514ddb hue: 0.67 , saturation: 0.66 and the lightness value of 514ddb is 0.58.

The process color (four color CMYK) of #514ddb color hex is 0.63, 0.65, 0.00, 0.14. Web safe color of #514ddb is #6666cc. Color #514ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001101 11011011
Octal 121 115 333
Decimal 81 77 219
Hex 51 4D DB

RGB Percentages of Color #514ddb

%21.49
%20.42
%58.09

CMYK Percentages of Color #514ddb

%63
%65
%0
%14

Triadic Colors of #514ddb

#514ddb #db514d #4ddb51

Analogous Colors of #514ddb

#514ddb #984ddb #4d90db

Monochromatic Colors of #514ddb

#514ddb

Complementary Color

#514ddb #d7db4d

#514ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#514ddb Color CSS Codes

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

#514ddb Text Font Color

<p style="color:#514ddb">Text here</p>

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


#514ddb Background Color

<div style="background-color:#514ddb">
Div content here</div>

This div background color is #514ddb


#514ddb Border Color

<div style="border:3px solid #514ddb">
Div here</div>

This div border color is #514ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514ddb


Comments

No comments written yet.

Please login to write comment.