Color Hex Logo

#515ede Color Hex

#515EDE
(81,94,222)
0 Favorites   0 Comments

Color spaces of #515ede

RGB 8194222
HSL0.650.680.59
HSV234°64°87°
CMYK 0.640.580.00   0.13
XYZ20.580915.028770.9233
Yxy15.02870.19320.1411
Hunter Lab38.766926.9217-81.3332
CIE-Lab45.673534.4130-67.0360

#515ede color RGB value is (81,94,222).

#515ede hex color red value is 81, green value is 94 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #515ede hue: 0.65 , saturation: 0.68 and the lightness value of 515ede is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011110 11011110
Octal 121 136 336
Decimal 81 94 222
Hex 51 5E DE

RGB Percentages of Color #515ede

%20.40
%23.68
%55.92

CMYK Percentages of Color #515ede

%64
%58
%0
%13

Triadic Colors of #515ede

#515ede #de515e #5ede51

Analogous Colors of #515ede

#515ede #8b51de #51a5de

Monochromatic Colors of #515ede

#515ede

Complementary Color

#515ede #ded151

#515ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#515ede Color CSS Codes

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

#515ede Text Font Color

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

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


#515ede Background Color

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

This div background color is #515ede


#515ede Border Color

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

This div border color is #515ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515ede


Comments

No comments written yet.

Please login to write comment.