Color Hex Logo

#eab4de Color Hex

#EAB4DE
(234,180,222)
0 Favorites   0 Comments

Color spaces of #eab4de

RGB 234180222
HSL0.870.560.81
HSV313°23°92°
CMYK 0.000.230.05   0.08
XYZ63.437855.408976.4587
Yxy55.40890.32480.2837
Hunter Lab74.437221.8586-8.7942
CIE-Lab79.276226.2849-13.4981

#eab4de color RGB value is (234,180,222).

#eab4de hex color red value is 234, green value is 180 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eab4de hue: 0.87 , saturation: 0.56 and the lightness value of eab4de is 0.81.

The process color (four color CMYK) of #eab4de color hex is 0.00, 0.23, 0.05, 0.08. Web safe color of #eab4de is #ffcccc. Color #eab4de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 11011110
Octal 352 264 336
Decimal 234 180 222
Hex EA B4 DE

RGB Percentages of Color #eab4de

%36.79
%28.30
%34.91

CMYK Percentages of Color #eab4de

%0
%23
%5
%8

Triadic Colors of #eab4de

#eab4de #deeab4 #b4deea

Analogous Colors of #eab4de

#eab4de #eab4c3 #dbb4ea

Monochromatic Colors of #eab4de

#eab4de

Complementary Color

#eab4de #b4eac0

#eab4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab4de Color CSS Codes

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

#eab4de Text Font Color

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

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


#eab4de Background Color

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

This div background color is #eab4de


#eab4de Border Color

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

This div border color is #eab4de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,180,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab4de


Comments

No comments written yet.

Please login to write comment.