Color Hex Logo

#514adc Color Hex

#514ADC
(81,74,220)
0 Favorites   0 Comments

Color spaces of #514adc

RGB 8174220
HSL0.670.680.58
HSV243°66°86°
CMYK 0.630.660.00   0.14
XYZ18.760411.814269.0017
Yxy11.81420.18840.1186
Hunter Lab34.371837.2761-94.9650
CIE-Lab40.919345.7777-73.6528

#514adc color RGB value is (81,74,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001010 11011100
Octal 121 112 334
Decimal 81 74 220
Hex 51 4A DC

RGB Percentages of Color #514adc

%21.60
%19.73
%58.67

CMYK Percentages of Color #514adc

%63
%66
%0
%14

Triadic Colors of #514adc

#514adc #dc514a #4adc51

Analogous Colors of #514adc

#514adc #9a4adc #4a8cdc

Monochromatic Colors of #514adc

#514adc

Complementary Color

#514adc #d5dc4a

#514adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#514adc Color CSS Codes

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

#514adc Text Font Color

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

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


#514adc Background Color

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

This div background color is #514adc


#514adc Border Color

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

This div border color is #514adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514adc


Comments

No comments written yet.

Please login to write comment.