Color Hex Logo

#514ffc Color Hex

#514FFC
(81,79,252)
0 Favorites   0 Comments

Color spaces of #514ffc

RGB 8179252
HSL0.670.970.65
HSV241°69°99°
CMYK 0.680.690.00   0.01
XYZ23.760014.369693.6168
Yxy14.36960.18030.1091
Hunter Lab37.907345.5448-119.8891
CIE-Lab44.758453.0829-85.4226

#514ffc color RGB value is (81,79,252).

#514ffc hex color red value is 81, green value is 79 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #514ffc hue: 0.67 , saturation: 0.97 and the lightness value of 514ffc is 0.65.

The process color (four color CMYK) of #514ffc color hex is 0.68, 0.69, 0.00, 0.01. Web safe color of #514ffc is #6666ff. Color #514ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001111 11111100
Octal 121 117 374
Decimal 81 79 252
Hex 51 4F FC

RGB Percentages of Color #514ffc

%19.66
%19.17
%61.17

CMYK Percentages of Color #514ffc

%68
%69
%0
%1

Triadic Colors of #514ffc

#514ffc #fc514f #4ffc51

Analogous Colors of #514ffc

#514ffc #a84ffc #4fa4fc

Monochromatic Colors of #514ffc

#514ffc

Complementary Color

#514ffc #fafc4f

#514ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#514ffc Color CSS Codes

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

#514ffc Text Font Color

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

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


#514ffc Background Color

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

This div background color is #514ffc


#514ffc Border Color

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

This div border color is #514ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514ffc


Comments

No comments written yet.

Please login to write comment.