Color Hex Logo

#e15ade Color Hex

#E15ADE
(225,90,222)
0 Favorites   0 Comments

Color spaces of #e15ade

RGB 22590222
HSL0.840.690.62
HSV301°60°88°
CMYK 0.000.600.01   0.12
XYZ47.892328.593872.1022
Yxy28.59380.32230.1924
Hunter Lab53.473266.2923-42.5143
CIE-Lab60.421568.4714-42.5638

#e15ade color RGB value is (225,90,222).

#e15ade hex color red value is 225, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e15ade hue: 0.84 , saturation: 0.69 and the lightness value of e15ade is 0.62.

The process color (four color CMYK) of #e15ade color hex is 0.00, 0.60, 0.01, 0.12. Web safe color of #e15ade is #cc66cc. Color #e15ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011010 11011110
Octal 341 132 336
Decimal 225 90 222
Hex E1 5A DE

RGB Percentages of Color #e15ade

%41.90
%16.76
%41.34

CMYK Percentages of Color #e15ade

%0
%60
%1
%12

Triadic Colors of #e15ade

#e15ade #dee15a #5adee1

Analogous Colors of #e15ade

#e15ade #e15a9b #a15ae1

Monochromatic Colors of #e15ade

#e15ade

Complementary Color

#e15ade #5ae15d

#e15ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15ade Color CSS Codes

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

#e15ade Text Font Color

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

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


#e15ade Background Color

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

This div background color is #e15ade


#e15ade Border Color

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

This div border color is #e15ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,90,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e15ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e15ade;
  -webkit-box-shadow: 1px 1px 3px 2px #e15ade;
  box-shadow:         1px 1px 3px 2px #e15ade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,90,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 #e15ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15ade


Comments

No comments written yet.

Please login to write comment.