Color Hex Logo

#513eec Color Hex

#513EEC
(81,62,236)
0 Favorites   0 Comments

Color spaces of #513eec

RGB 8162236
HSL0.680.820.58
HSV247°74°93°
CMYK 0.660.740.00   0.07
XYZ20.256311.250780.4609
Yxy11.25070.18090.1005
Hunter Lab33.542149.0989-118.7458
CIE-Lab39.999557.2828-84.2656

#513eec color RGB value is (81,62,236).

#513eec hex color red value is 81, green value is 62 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #513eec hue: 0.68 , saturation: 0.82 and the lightness value of 513eec is 0.58.

The process color (four color CMYK) of #513eec color hex is 0.66, 0.74, 0.00, 0.07. Web safe color of #513eec is #6633ff. Color #513eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111110 11101100
Octal 121 76 354
Decimal 81 62 236
Hex 51 3E EC

RGB Percentages of Color #513eec

%21.37
%16.36
%62.27

CMYK Percentages of Color #513eec

%66
%74
%0
%7

Triadic Colors of #513eec

#513eec #ec513e #3eec51

Analogous Colors of #513eec

#513eec #a83eec #3e82ec

Monochromatic Colors of #513eec

#513eec

Complementary Color

#513eec #d9ec3e

#513eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#513eec Color CSS Codes

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

#513eec Text Font Color

<p style="color:#513eec">Text here</p>

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


#513eec Background Color

<div style="background-color:#513eec">
Div content here</div>

This div background color is #513eec


#513eec Border Color

<div style="border:3px solid #513eec">
Div here</div>

This div border color is #513eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,62,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #513eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #513eec;
  -webkit-box-shadow: 1px 1px 3px 2px #513eec;
  box-shadow:         1px 1px 3px 2px #513eec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513eec


Comments

No comments written yet.

Please login to write comment.