Color Hex Logo

#514bdb Color Hex

#514BDB
(81,75,219)
0 Favorites   0 Comments

Color spaces of #514bdb

RGB 8175219
HSL0.670.670.58
HSV243°66°86°
CMYK 0.630.660.00   0.14
XYZ18.695611.896068.3286
Yxy11.89600.18900.1203
Hunter Lab34.490636.3973-93.3148
CIE-Lab41.050344.8772-72.8664

#514bdb color RGB value is (81,75,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001011 11011011
Octal 121 113 333
Decimal 81 75 219
Hex 51 4B DB

RGB Percentages of Color #514bdb

%21.60
%20.00
%58.40

CMYK Percentages of Color #514bdb

%63
%66
%0
%14

Triadic Colors of #514bdb

#514bdb #db514b #4bdb51

Analogous Colors of #514bdb

#514bdb #994bdb #4b8ddb

Monochromatic Colors of #514bdb

#514bdb

Complementary Color

#514bdb #d5db4b

#514bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#514bdb Color CSS Codes

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

#514bdb Text Font Color

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

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


#514bdb Background Color

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

This div background color is #514bdb


#514bdb Border Color

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

This div border color is #514bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514bdb


Comments

No comments written yet.

Please login to write comment.