Color Hex Logo

#eac0db Color Hex

#EAC0DB
(234,192,219)
0 Favorites   0 Comments

Color spaces of #eac0db

RGB 234192219
HSL0.890.500.84
HSV321°18°92°
CMYK 0.000.180.06   0.08
XYZ65.567560.306275.2023
Yxy60.30620.32610.2999
Hunter Lab77.657114.8114-3.0559
CIE-Lab82.004319.3618-7.8154

#eac0db color RGB value is (234,192,219).

#eac0db hex color red value is 234, green value is 192 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eac0db hue: 0.89 , saturation: 0.50 and the lightness value of eac0db is 0.84.

The process color (four color CMYK) of #eac0db color hex is 0.00, 0.18, 0.06, 0.08. Web safe color of #eac0db is #ffcccc. Color #eac0db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000000 11011011
Octal 352 300 333
Decimal 234 192 219
Hex EA C0 DB

RGB Percentages of Color #eac0db

%36.28
%29.77
%33.95

CMYK Percentages of Color #eac0db

%0
%18
%6
%8

Triadic Colors of #eac0db

#eac0db #dbeac0 #c0dbea

Analogous Colors of #eac0db

#eac0db #eac0c6 #e4c0ea

Monochromatic Colors of #eac0db

#eac0db

Complementary Color

#eac0db #c0eacf

#eac0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac0db Color CSS Codes

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

#eac0db Text Font Color

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

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


#eac0db Background Color

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

This div background color is #eac0db


#eac0db Border Color

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

This div border color is #eac0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac0db


Comments

No comments written yet.

Please login to write comment.