Color Hex Logo

#513ede Color Hex

#513EDE
(81,62,222)
0 Favorites   0 Comments

Color spaces of #513ede

RGB 8162222
HSL0.690.710.56
HSV247°72°87°
CMYK 0.640.720.00   0.13
XYZ18.300810.468570.1633
Yxy10.46850.18500.1058
Hunter Lab32.355144.3425-105.9243
CIE-Lab38.670553.0739-78.4887

#513ede color RGB value is (81,62,222).

#513ede hex color red value is 81, green value is 62 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #513ede hue: 0.69 , saturation: 0.71 and the lightness value of 513ede is 0.56.

The process color (four color CMYK) of #513ede color hex is 0.64, 0.72, 0.00, 0.13. Web safe color of #513ede is #6633cc. Color #513ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111110 11011110
Octal 121 76 336
Decimal 81 62 222
Hex 51 3E DE

RGB Percentages of Color #513ede

%22.19
%16.99
%60.82

CMYK Percentages of Color #513ede

%64
%72
%0
%13

Triadic Colors of #513ede

#513ede #de513e #3ede51

Analogous Colors of #513ede

#513ede #a13ede #3e7bde

Monochromatic Colors of #513ede

#513ede

Complementary Color

#513ede #cbde3e

#513ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#513ede Color CSS Codes

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

#513ede Text Font Color

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

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


#513ede Background Color

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

This div background color is #513ede


#513ede Border Color

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

This div border color is #513ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513ede


Comments

No comments written yet.

Please login to write comment.