Color Hex Logo

#e15fce Color Hex

#E15FCE
(225,95,206)
0 Favorites   0 Comments

Color spaces of #e15fce

RGB 22595206
HSL0.860.680.63
HSV309°58°88°
CMYK 0.000.580.08   0.12
XYZ46.284128.648261.4827
Yxy28.64820.33930.2100
Hunter Lab53.524060.6882-30.6392
CIE-Lab60.469963.7583-33.4635

#e15fce color RGB value is (225,95,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011111 11001110
Octal 341 137 316
Decimal 225 95 206
Hex E1 5F CE

RGB Percentages of Color #e15fce

%42.78
%18.06
%39.16

CMYK Percentages of Color #e15fce

%0
%58
%8
%12

Triadic Colors of #e15fce

#e15fce #cee15f #5fcee1

Analogous Colors of #e15fce

#e15fce #e15f8d #b35fe1

Monochromatic Colors of #e15fce

#e15fce

Complementary Color

#e15fce #5fe172

#e15fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15fce Color CSS Codes

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

#e15fce Text Font Color

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

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


#e15fce Background Color

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

This div background color is #e15fce


#e15fce Border Color

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

This div border color is #e15fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15fce


Comments

No comments written yet.

Please login to write comment.