Color Hex Logo

#eab7de Color Hex

#EAB7DE
(234,183,222)
0 Favorites   0 Comments

Color spaces of #eab7de

RGB 234183222
HSL0.870.550.82
HSV314°22°92°
CMYK 0.000.220.05   0.08
XYZ64.050056.633376.6628
Yxy56.63330.32460.2870
Hunter Lab75.255120.2258-7.7205
CIE-Lab79.972924.6830-12.4550

#eab7de color RGB value is (234,183,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 11011110
Octal 352 267 336
Decimal 234 183 222
Hex EA B7 DE

RGB Percentages of Color #eab7de

%36.62
%28.64
%34.74

CMYK Percentages of Color #eab7de

%0
%22
%5
%8

Triadic Colors of #eab7de

#eab7de #deeab7 #b7deea

Analogous Colors of #eab7de

#eab7de #eab7c5 #ddb7ea

Monochromatic Colors of #eab7de

#eab7de

Complementary Color

#eab7de #b7eac3

#eab7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab7de Color CSS Codes

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

#eab7de Text Font Color

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

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


#eab7de Background Color

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

This div background color is #eab7de


#eab7de Border Color

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

This div border color is #eab7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab7de


Comments

No comments written yet.

Please login to write comment.