Color Hex Logo

#514cdb Color Hex

#514CDB
(81,76,219)
0 Favorites   0 Comments

Color spaces of #514cdb

RGB 8176219
HSL0.670.670.58
HSV242°65°86°
CMYK 0.630.650.00   0.14
XYZ18.764012.032768.3514
Yxy12.03270.18930.1214
Hunter Lab34.688235.8523-92.5464
CIE-Lab41.268044.2931-72.5101

#514cdb color RGB value is (81,76,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001100 11011011
Octal 121 114 333
Decimal 81 76 219
Hex 51 4C DB

RGB Percentages of Color #514cdb

%21.54
%20.21
%58.24

CMYK Percentages of Color #514cdb

%63
%65
%0
%14

Triadic Colors of #514cdb

#514cdb #db514c #4cdb51

Analogous Colors of #514cdb

#514cdb #994cdb #4c8fdb

Monochromatic Colors of #514cdb

#514cdb

Complementary Color

#514cdb #d6db4c

#514cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#514cdb Color CSS Codes

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

#514cdb Text Font Color

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

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


#514cdb Background Color

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

This div background color is #514cdb


#514cdb Border Color

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

This div border color is #514cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514cdb


Comments

No comments written yet.

Please login to write comment.