Color Hex Logo

#eaa7be Color Hex

#EAA7BE
(234,167,190)
0 Favorites   0 Comments

Color spaces of #eaa7be

RGB 234167190
HSL0.940.610.79
HSV339°29°92°
CMYK 0.000.290.19   0.08
XYZ57.044748.847655.1371
Yxy48.84760.35430.3033
Hunter Lab69.891123.38142.1498
CIE-Lab75.356427.9793-1.9023

#eaa7be color RGB value is (234,167,190).

#eaa7be hex color red value is 234, green value is 167 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eaa7be hue: 0.94 , saturation: 0.61 and the lightness value of eaa7be is 0.79.

The process color (four color CMYK) of #eaa7be color hex is 0.00, 0.29, 0.19, 0.08. Web safe color of #eaa7be is #ff99cc. Color #eaa7be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100111 10111110
Octal 352 247 276
Decimal 234 167 190
Hex EA A7 BE

RGB Percentages of Color #eaa7be

%39.59
%28.26
%32.15

CMYK Percentages of Color #eaa7be

%0
%29
%19
%8

Triadic Colors of #eaa7be

#eaa7be #beeaa7 #a7beea

Analogous Colors of #eaa7be

#eaa7be #eab2a7 #eaa7e0

Monochromatic Colors of #eaa7be

#eaa7be

Complementary Color

#eaa7be #a7ead3

#eaa7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa7be Color CSS Codes

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

#eaa7be Text Font Color

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

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


#eaa7be Background Color

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

This div background color is #eaa7be


#eaa7be Border Color

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

This div border color is #eaa7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa7be


Comments

No comments written yet.

Please login to write comment.