Color Hex Logo

#e15ece Color Hex

#E15ECE
(225,94,206)
0 Favorites   0 Comments

Color spaces of #e15ece

RGB 22594206
HSL0.860.690.63
HSV309°58°88°
CMYK 0.000.580.08   0.12
XYZ46.194628.469261.4529
Yxy28.46920.33940.2092
Hunter Lab53.356561.1664-30.9371
CIE-Lab60.310364.1926-33.7120

#e15ece color RGB value is (225,94,206).

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

The process color (four color CMYK) of #e15ece color hex is 0.00, 0.58, 0.08, 0.12. Web safe color of #e15ece is #cc66cc. Color #e15ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011110 11001110
Octal 341 136 316
Decimal 225 94 206
Hex E1 5E CE

RGB Percentages of Color #e15ece

%42.86
%17.90
%39.24

CMYK Percentages of Color #e15ece

%0
%58
%8
%12

Triadic Colors of #e15ece

#e15ece #cee15e #5ecee1

Analogous Colors of #e15ece

#e15ece #e15e8d #b35ee1

Monochromatic Colors of #e15ece

#e15ece

Complementary Color

#e15ece #5ee171

#e15ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15ece Color CSS Codes

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

#e15ece Text Font Color

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

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


#e15ece Background Color

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

This div background color is #e15ece


#e15ece Border Color

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

This div border color is #e15ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15ece


Comments

No comments written yet.

Please login to write comment.