Color Hex Logo

#e15fde Color Hex

#E15FDE
(225,95,222)
0 Favorites   0 Comments

Color spaces of #e15fde

RGB 22595222
HSL0.840.680.63
HSV301°58°88°
CMYK 0.000.580.01   0.12
XYZ48.328429.465972.2475
Yxy29.46590.32210.1964
Hunter Lab54.282563.9264-40.9145
CIE-Lab61.190666.3600-41.3547

#e15fde color RGB value is (225,95,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011111 11011110
Octal 341 137 336
Decimal 225 95 222
Hex E1 5F DE

RGB Percentages of Color #e15fde

%41.51
%17.53
%40.96

CMYK Percentages of Color #e15fde

%0
%58
%1
%12

Triadic Colors of #e15fde

#e15fde #dee15f #5fdee1

Analogous Colors of #e15fde

#e15fde #e15f9d #a35fe1

Monochromatic Colors of #e15fde

#e15fde

Complementary Color

#e15fde #5fe162

#e15fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15fde Color CSS Codes

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

#e15fde Text Font Color

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

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


#e15fde Background Color

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

This div background color is #e15fde


#e15fde Border Color

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

This div border color is #e15fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15fde


Comments

No comments written yet.

Please login to write comment.