Color Hex Logo

#514bdc Color Hex

#514BDC
(81,75,220)
0 Favorites   0 Comments

Color spaces of #514bdc

RGB 8175220
HSL0.670.670.58
HSV242°66°86°
CMYK 0.630.660.00   0.14
XYZ18.827711.948869.0242
Yxy11.94880.18870.1197
Hunter Lab34.567036.7317-94.1946
CIE-Lab41.134645.1972-73.3002

#514bdc color RGB value is (81,75,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001011 11011100
Octal 121 113 334
Decimal 81 75 220
Hex 51 4B DC

RGB Percentages of Color #514bdc

%21.54
%19.95
%58.51

CMYK Percentages of Color #514bdc

%63
%66
%0
%14

Triadic Colors of #514bdc

#514bdc #dc514b #4bdc51

Analogous Colors of #514bdc

#514bdc #9a4bdc #4b8edc

Monochromatic Colors of #514bdc

#514bdc

Complementary Color

#514bdc #d6dc4b

#514bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#514bdc Color CSS Codes

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

#514bdc Text Font Color

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

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


#514bdc Background Color

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

This div background color is #514bdc


#514bdc Border Color

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

This div border color is #514bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514bdc


Comments

No comments written yet.

Please login to write comment.