Color Hex Logo

#e08dda Color Hex

#E08DDA
(224,141,218)
0 Favorites   0 Comments

Color spaces of #e08dda

RGB 224141218
HSL0.850.570.72
HSV304°37°88°
CMYK 0.000.370.03   0.12
XYZ52.920239.959071.2533
Yxy39.95900.32240.2435
Hunter Lab63.213138.8120-22.5820
CIE-Lab69.440343.0597-26.3272

#e08dda color RGB value is (224,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001101 11011010
Octal 340 215 332
Decimal 224 141 218
Hex E0 8D DA

RGB Percentages of Color #e08dda

%38.42
%24.19
%37.39

CMYK Percentages of Color #e08dda

%0
%37
%3
%12

Triadic Colors of #e08dda

#e08dda #dae08d #8ddae0

Analogous Colors of #e08dda

#e08dda #e08db1 #bd8de0

Monochromatic Colors of #e08dda

#e08dda

Complementary Color

#e08dda #8de093

#e08dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08dda Color CSS Codes

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

#e08dda Text Font Color

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

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


#e08dda Background Color

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

This div background color is #e08dda


#e08dda Border Color

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

This div border color is #e08dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08dda


Comments

No comments written yet.

Please login to write comment.