Color Hex Logo

#514cdc Color Hex

#514CDC
(81,76,220)
0 Favorites   0 Comments

Color spaces of #514cdc

RGB 8176220
HSL0.670.670.58
HSV242°65°86°
CMYK 0.630.650.00   0.14
XYZ18.896012.085569.0470
Yxy12.08550.18890.1208
Hunter Lab34.764236.1859-93.4240
CIE-Lab41.351744.6136-72.9448

#514cdc color RGB value is (81,76,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001100 11011100
Octal 121 114 334
Decimal 81 76 220
Hex 51 4C DC

RGB Percentages of Color #514cdc

%21.49
%20.16
%58.36

CMYK Percentages of Color #514cdc

%63
%65
%0
%14

Triadic Colors of #514cdc

#514cdc #dc514c #4cdc51

Analogous Colors of #514cdc

#514cdc #994cdc #4c8fdc

Monochromatic Colors of #514cdc

#514cdc

Complementary Color

#514cdc #d7dc4c

#514cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#514cdc Color CSS Codes

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

#514cdc Text Font Color

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

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


#514cdc Background Color

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

This div background color is #514cdc


#514cdc Border Color

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

This div border color is #514cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514cdc


Comments

No comments written yet.

Please login to write comment.