Color Hex Logo

#e18dda Color Hex

#E18DDA
(225,141,218)
0 Favorites   0 Comments

Color spaces of #e18dda

RGB 225141218
HSL0.850.580.72
HSV305°37°88°
CMYK 0.000.370.03   0.12
XYZ53.231140.119371.2679
Yxy40.11930.32340.2437
Hunter Lab63.339839.1677-22.3733
CIE-Lab69.554443.3718-26.1423

#e18dda color RGB value is (225,141,218).

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

The process color (four color CMYK) of #e18dda color hex is 0.00, 0.37, 0.03, 0.12. Web safe color of #e18dda is #cc99cc. Color #e18dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001101 11011010
Octal 341 215 332
Decimal 225 141 218
Hex E1 8D DA

RGB Percentages of Color #e18dda

%38.53
%24.14
%37.33

CMYK Percentages of Color #e18dda

%0
%37
%3
%12

Triadic Colors of #e18dda

#e18dda #dae18d #8ddae1

Analogous Colors of #e18dda

#e18dda #e18db0 #be8de1

Monochromatic Colors of #e18dda

#e18dda

Complementary Color

#e18dda #8de194

#e18dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18dda Color CSS Codes

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

#e18dda Text Font Color

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

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


#e18dda Background Color

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

This div background color is #e18dda


#e18dda Border Color

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

This div border color is #e18dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18dda


Comments

No comments written yet.

Please login to write comment.