Color Hex Logo

#514ddd Color Hex

#514DDD
(81,77,221)
0 Favorites   0 Comments

Color spaces of #514ddd

RGB 8177221
HSL0.670.680.58
HSV242°65°87°
CMYK 0.630.650.00   0.13
XYZ19.098412.277569.7698
Yxy12.27750.18880.1214
Hunter Lab35.039335.9740-93.5301
CIE-Lab41.653844.3496-73.0215

#514ddd color RGB value is (81,77,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001101 11011101
Octal 121 115 335
Decimal 81 77 221
Hex 51 4D DD

RGB Percentages of Color #514ddd

%21.37
%20.32
%58.31

CMYK Percentages of Color #514ddd

%63
%65
%0
%13

Triadic Colors of #514ddd

#514ddd #dd514d #4ddd51

Analogous Colors of #514ddd

#514ddd #994ddd #4d91dd

Monochromatic Colors of #514ddd

#514ddd

Complementary Color

#514ddd #d9dd4d

#514ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#514ddd Color CSS Codes

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

#514ddd Text Font Color

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

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


#514ddd Background Color

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

This div background color is #514ddd


#514ddd Border Color

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

This div border color is #514ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,77,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #514ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514ddd


Comments

No comments written yet.

Please login to write comment.