Color Hex Logo

#514adb Color Hex

#514ADB
(81,74,219)
0 Favorites   0 Comments

Color spaces of #514adb

RGB 8174219
HSL0.670.670.57
HSV243°66°86°
CMYK 0.630.660.00   0.14
XYZ18.628311.761468.3062
Yxy11.76140.18870.1192
Hunter Lab34.294936.9415-94.0833
CIE-Lab40.834445.4588-73.2201

#514adb color RGB value is (81,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001010 11011011
Octal 121 112 333
Decimal 81 74 219
Hex 51 4A DB

RGB Percentages of Color #514adb

%21.66
%19.79
%58.56

CMYK Percentages of Color #514adb

%63
%66
%0
%14

Triadic Colors of #514adb

#514adb #db514a #4adb51

Analogous Colors of #514adb

#514adb #9a4adb #4a8cdb

Monochromatic Colors of #514adb

#514adb

Complementary Color

#514adb #d4db4a

#514adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#514adb Color CSS Codes

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

#514adb Text Font Color

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

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


#514adb Background Color

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

This div background color is #514adb


#514adb Border Color

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

This div border color is #514adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514adb


Comments

No comments written yet.

Please login to write comment.