Color Hex Logo

#e18fdd Color Hex

#E18FDD
(225,143,221)
0 Favorites   0 Comments

Color spaces of #e18fdd

RGB 225143221
HSL0.840.580.72
HSV303°36°88°
CMYK 0.000.360.02   0.12
XYZ53.924940.872973.4537
Yxy40.87290.32050.2429
Hunter Lab63.931938.6792-23.3681
CIE-Lab70.086842.8600-26.9819

#e18fdd color RGB value is (225,143,221).

#e18fdd hex color red value is 225, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e18fdd hue: 0.84 , saturation: 0.58 and the lightness value of e18fdd is 0.72.

The process color (four color CMYK) of #e18fdd color hex is 0.00, 0.36, 0.02, 0.12. Web safe color of #e18fdd is #cc99cc. Color #e18fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001111 11011101
Octal 341 217 335
Decimal 225 143 221
Hex E1 8F DD

RGB Percentages of Color #e18fdd

%38.20
%24.28
%37.52

CMYK Percentages of Color #e18fdd

%0
%36
%2
%12

Triadic Colors of #e18fdd

#e18fdd #dde18f #8fdde1

Analogous Colors of #e18fdd

#e18fdd #e18fb4 #bc8fe1

Monochromatic Colors of #e18fdd

#e18fdd

Complementary Color

#e18fdd #8fe193

#e18fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18fdd Color CSS Codes

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

#e18fdd Text Font Color

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

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


#e18fdd Background Color

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

This div background color is #e18fdd


#e18fdd Border Color

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

This div border color is #e18fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18fdd


Comments

No comments written yet.

Please login to write comment.