Color Hex Logo

#e095dd Color Hex

#E095DD
(224,149,221)
0 Favorites   0 Comments

Color spaces of #e095dd

RGB 224149221
HSL0.840.550.73
HSV302°33°88°
CMYK 0.000.330.01   0.12
XYZ54.539142.562673.7475
Yxy42.56260.31920.2491
Hunter Lab65.240035.0517-21.3536
CIE-Lab71.257139.3812-25.1977

#e095dd color RGB value is (224,149,221).

#e095dd hex color red value is 224, green value is 149 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e095dd hue: 0.84 , saturation: 0.55 and the lightness value of e095dd is 0.73.

The process color (four color CMYK) of #e095dd color hex is 0.00, 0.33, 0.01, 0.12. Web safe color of #e095dd is #cc99cc. Color #e095dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010101 11011101
Octal 340 225 335
Decimal 224 149 221
Hex E0 95 DD

RGB Percentages of Color #e095dd

%37.71
%25.08
%37.21

CMYK Percentages of Color #e095dd

%0
%33
%1
%12

Triadic Colors of #e095dd

#e095dd #dde095 #95dde0

Analogous Colors of #e095dd

#e095dd #e095b8 #be95e0

Monochromatic Colors of #e095dd

#e095dd

Complementary Color

#e095dd #95e098

#e095dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e095dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e095dd Color CSS Codes

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

#e095dd Text Font Color

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

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


#e095dd Background Color

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

This div background color is #e095dd


#e095dd Border Color

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

This div border color is #e095dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e095dd


Comments

No comments written yet.

Please login to write comment.