Color Hex Logo

#ea9dba Color Hex

#EA9DBA
(234,157,186)
0 Favorites   0 Comments

Color spaces of #ea9dba

RGB 234157186
HSL0.940.650.77
HSV337°33°92°
CMYK 0.000.330.21   0.08
XYZ54.851645.151552.2785
Yxy45.15150.36020.2965
Hunter Lab67.194928.11970.9080
CIE-Lab72.991532.6971-3.1757

#ea9dba color RGB value is (234,157,186).

#ea9dba hex color red value is 234, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ea9dba hue: 0.94 , saturation: 0.65 and the lightness value of ea9dba is 0.77.

The process color (four color CMYK) of #ea9dba color hex is 0.00, 0.33, 0.21, 0.08. Web safe color of #ea9dba is #ff99cc. Color #ea9dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011101 10111010
Octal 352 235 272
Decimal 234 157 186
Hex EA 9D BA

RGB Percentages of Color #ea9dba

%40.55
%27.21
%32.24

CMYK Percentages of Color #ea9dba

%0
%33
%21
%8

Triadic Colors of #ea9dba

#ea9dba #baea9d #9dbaea

Analogous Colors of #ea9dba

#ea9dba #eaa79d #ea9de1

Monochromatic Colors of #ea9dba

#ea9dba

Complementary Color

#ea9dba #9deacd

#ea9dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9dba Color CSS Codes

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

#ea9dba Text Font Color

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

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


#ea9dba Background Color

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

This div background color is #ea9dba


#ea9dba Border Color

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

This div border color is #ea9dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9dba


Comments

No comments written yet.

Please login to write comment.