Color Hex Logo

#e15eca Color Hex

#E15ECA
(225,94,202)
0 Favorites   0 Comments

Color spaces of #e15eca

RGB 22594202
HSL0.860.690.63
HSV311°58°88°
CMYK 0.000.580.10   0.12
XYZ45.714728.277258.9257
Yxy28.27720.34390.2127
Hunter Lab53.176360.3946-28.4770
CIE-Lab60.138363.5676-31.7110

#e15eca color RGB value is (225,94,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011110 11001010
Octal 341 136 312
Decimal 225 94 202
Hex E1 5E CA

RGB Percentages of Color #e15eca

%43.19
%18.04
%38.77

CMYK Percentages of Color #e15eca

%0
%58
%10
%12

Triadic Colors of #e15eca

#e15eca #cae15e #5ecae1

Analogous Colors of #e15eca

#e15eca #e15e89 #b75ee1

Monochromatic Colors of #e15eca

#e15eca

Complementary Color

#e15eca #5ee175

#e15eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15eca Color CSS Codes

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

#e15eca Text Font Color

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

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


#e15eca Background Color

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

This div background color is #e15eca


#e15eca Border Color

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

This div border color is #e15eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15eca


Comments

No comments written yet.

Please login to write comment.