Color Hex Logo

#e18edb Color Hex

#E18EDB
(225,142,219)
0 Favorites   0 Comments

Color spaces of #e18edb

RGB 225142219
HSL0.850.580.72
HSV304°37°88°
CMYK 0.000.370.03   0.12
XYZ53.510540.468072.0086
Yxy40.46800.32240.2438
Hunter Lab63.614538.8233-22.5834
CIE-Lab69.801643.0263-26.3157

#e18edb color RGB value is (225,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001110 11011011
Octal 341 216 333
Decimal 225 142 219
Hex E1 8E DB

RGB Percentages of Color #e18edb

%38.40
%24.23
%37.37

CMYK Percentages of Color #e18edb

%0
%37
%3
%12

Triadic Colors of #e18edb

#e18edb #dbe18e #8edbe1

Analogous Colors of #e18edb

#e18edb #e18eb2 #be8ee1

Monochromatic Colors of #e18edb

#e18edb

Complementary Color

#e18edb #8ee194

#e18edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18edb Color CSS Codes

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

#e18edb Text Font Color

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

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


#e18edb Background Color

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

This div background color is #e18edb


#e18edb Border Color

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

This div border color is #e18edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18edb


Comments

No comments written yet.

Please login to write comment.