Color Hex Logo

#514eca Color Hex

#514ECA
(81,78,202)
0 Favorites   0 Comments

Color spaces of #514eca

RGB 8178202
HSL0.670.540.55
HSV241°61°79°
CMYK 0.600.610.00   0.21
XYZ16.778411.462457.2053
Yxy11.46240.19640.1341
Hunter Lab33.856229.2125-76.4804
CIE-Lab40.348637.6016-64.2293

#514eca color RGB value is (81,78,202).

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

The process color (four color CMYK) of #514eca color hex is 0.60, 0.61, 0.00, 0.21. Web safe color of #514eca is #6666cc. Color #514eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001110 11001010
Octal 121 116 312
Decimal 81 78 202
Hex 51 4E CA

RGB Percentages of Color #514eca

%22.44
%21.61
%55.96

CMYK Percentages of Color #514eca

%60
%61
%0
%21

Triadic Colors of #514eca

#514eca #ca514e #4eca51

Analogous Colors of #514eca

#514eca #8f4eca #4e89ca

Monochromatic Colors of #514eca

#514eca

Complementary Color

#514eca #c7ca4e

#514eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#514eca Color CSS Codes

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

#514eca Text Font Color

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

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


#514eca Background Color

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

This div background color is #514eca


#514eca Border Color

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

This div border color is #514eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514eca


Comments

No comments written yet.

Please login to write comment.