Color Hex Logo

#513eee Color Hex

#513EEE
(81,62,238)
0 Favorites   0 Comments

Color spaces of #513eee

RGB 8162238
HSL0.680.840.59
HSV246°74°93°
CMYK 0.660.740.00   0.07
XYZ20.548611.367682.0001
Yxy11.36760.18040.0998
Hunter Lab33.715949.7865-120.5976
CIE-Lab40.192857.8794-85.0781

#513eee color RGB value is (81,62,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111110 11101110
Octal 121 76 356
Decimal 81 62 238
Hex 51 3E EE

RGB Percentages of Color #513eee

%21.26
%16.27
%62.47

CMYK Percentages of Color #513eee

%66
%74
%0
%7

Triadic Colors of #513eee

#513eee #ee513e #3eee51

Analogous Colors of #513eee

#513eee #a93eee #3e83ee

Monochromatic Colors of #513eee

#513eee

Complementary Color

#513eee #dbee3e

#513eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#513eee Color CSS Codes

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

#513eee Text Font Color

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

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


#513eee Background Color

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

This div background color is #513eee


#513eee Border Color

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

This div border color is #513eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513eee


Comments

No comments written yet.

Please login to write comment.