Color Hex Logo

#514ddc Color Hex

#514DDC
(81,77,220)
0 Favorites   0 Comments

Color spaces of #514ddc

RGB 8177220
HSL0.670.670.58
HSV242°65°86°
CMYK 0.630.650.00   0.14
XYZ18.965512.224469.0701
Yxy12.22440.18920.1219
Hunter Lab34.963435.6393-92.6528
CIE-Lab41.570644.0275-72.5866

#514ddc color RGB value is (81,77,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001101 11011100
Octal 121 115 334
Decimal 81 77 220
Hex 51 4D DC

RGB Percentages of Color #514ddc

%21.43
%20.37
%58.20

CMYK Percentages of Color #514ddc

%63
%65
%0
%14

Triadic Colors of #514ddc

#514ddc #dc514d #4ddc51

Analogous Colors of #514ddc

#514ddc #994ddc #4d91dc

Monochromatic Colors of #514ddc

#514ddc

Complementary Color

#514ddc #d8dc4d

#514ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#514ddc Color CSS Codes

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

#514ddc Text Font Color

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

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


#514ddc Background Color

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

This div background color is #514ddc


#514ddc Border Color

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

This div border color is #514ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514ddc


Comments

No comments written yet.

Please login to write comment.