Color Hex Logo

#eaa5be Color Hex

#EAA5BE
(234,165,190)
2 Favorites   0 Comments

Color spaces of #eaa5be

RGB 234165190
HSL0.940.620.78
HSV338°29°92°
CMYK 0.000.290.19   0.08
XYZ56.681148.120455.0159
Yxy48.12040.35470.3011
Hunter Lab69.368924.45631.5358
CIE-Lab74.900829.0452-2.5709

#eaa5be color RGB value is (234,165,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 10111110
Octal 352 245 276
Decimal 234 165 190
Hex EA A5 BE

RGB Percentages of Color #eaa5be

%39.73
%28.01
%32.26

CMYK Percentages of Color #eaa5be

%0
%29
%19
%8

Triadic Colors of #eaa5be

#eaa5be #beeaa5 #a5beea

Analogous Colors of #eaa5be

#eaa5be #eaafa5 #eaa5e1

Monochromatic Colors of #eaa5be

#eaa5be

Complementary Color

#eaa5be #a5ead1

#eaa5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa5be Color CSS Codes

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

#eaa5be Text Font Color

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

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


#eaa5be Background Color

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

This div background color is #eaa5be


#eaa5be Border Color

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

This div border color is #eaa5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa5be


Comments

No comments written yet.

Please login to write comment.