Color Hex Logo

#e15acd Color Hex

#E15ACD
(225,90,205)
0 Favorites   0 Comments

Color spaces of #e15acd

RGB 22590205
HSL0.860.690.62
HSV309°60°88°
CMYK 0.000.600.09   0.12
XYZ45.726927.727760.6995
Yxy27.72770.34090.2067
Hunter Lab52.657162.8577-31.4855
CIE-Lab59.641965.7422-34.1861

#e15acd color RGB value is (225,90,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011010 11001101
Octal 341 132 315
Decimal 225 90 205
Hex E1 5A CD

RGB Percentages of Color #e15acd

%43.27
%17.31
%39.42

CMYK Percentages of Color #e15acd

%0
%60
%9
%12

Triadic Colors of #e15acd

#e15acd #cde15a #5acde1

Analogous Colors of #e15acd

#e15acd #e15a8a #b25ae1

Monochromatic Colors of #e15acd

#e15acd

Complementary Color

#e15acd #5ae16e

#e15acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15acd Color CSS Codes

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

#e15acd Text Font Color

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

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


#e15acd Background Color

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

This div background color is #e15acd


#e15acd Border Color

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

This div border color is #e15acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,90,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15acd


Comments

No comments written yet.

Please login to write comment.