Color Hex Logo

#e095db Color Hex

#E095DB
(224,149,219)
0 Favorites   0 Comments

Color spaces of #e095db

RGB 224149219
HSL0.840.550.73
HSV304°33°88°
CMYK 0.000.330.02   0.12
XYZ54.274142.456772.3522
Yxy42.45670.32100.2511
Hunter Lab65.158834.6539-20.2243
CIE-Lab71.184739.0193-24.2078

#e095db color RGB value is (224,149,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010101 11011011
Octal 340 225 333
Decimal 224 149 219
Hex E0 95 DB

RGB Percentages of Color #e095db

%37.84
%25.17
%36.99

CMYK Percentages of Color #e095db

%0
%33
%2
%12

Triadic Colors of #e095db

#e095db #dbe095 #95dbe0

Analogous Colors of #e095db

#e095db #e095b6 #c095e0

Monochromatic Colors of #e095db

#e095db

Complementary Color

#e095db #95e09a

#e095db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e095db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e095db Color CSS Codes

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

#e095db Text Font Color

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

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


#e095db Background Color

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

This div background color is #e095db


#e095db Border Color

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

This div border color is #e095db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e095db


Comments

No comments written yet.

Please login to write comment.