color codes Logo

#514efc color codes

#514EFC
(81,78,252)
0 Favorites   0 Comments

Color spaces of #514efc

RGB 8178252
HSL0.670.970.65
HSV241°69°99°
CMYK 0.680.690.00   0.01
XYZ23.688414.226493.5929
Yxy14.22640.18010.1082
Hunter Lab37.717946.0991-120.7192
CIE-Lab44.555953.6391-85.7555

#514efc color RGB value is (81,78,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001110 11111100
Octal 121 116 374
Decimal 81 78 252
Hex 51 4E FC

RGB Percentages of Color #514efc

%19.71
%18.98
%61.31

CMYK Percentages of Color #514efc

%68
%69
%0
%1

Triadic Colors of #514efc

#514efc #fc514e #4efc51

Analogous Colors of #514efc

#514efc #a84efc #4ea2fc

Monochromatic Colors of #514efc

#514efc

Complementary Color

#514efc #f9fc4e

#514efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#514efc Color CSS Codes

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

#514efc Text Font Color

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

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


#514efc Background Color

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

This div background color is #514efc


#514efc Border Color

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

This div border color is #514efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514efc


Comments

No comments written yet.

Please login to write comment.