Color Hex Logo

#ea9bc9 Color Hex

#EA9BC9
(234,155,201)
0 Favorites   0 Comments

Color spaces of #ea9bc9

RGB 234155201
HSL0.900.650.76
HSV325°34°92°
CMYK 0.000.340.14   0.08
XYZ56.195645.152261.0117
Yxy45.15220.34610.2781
Hunter Lab67.195431.6879-6.7970
CIE-Lab72.992036.0677-11.4505

#ea9bc9 color RGB value is (234,155,201).

#ea9bc9 hex color red value is 234, green value is 155 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ea9bc9 hue: 0.90 , saturation: 0.65 and the lightness value of ea9bc9 is 0.76.

The process color (four color CMYK) of #ea9bc9 color hex is 0.00, 0.34, 0.14, 0.08. Web safe color of #ea9bc9 is #ff99cc. Color #ea9bc9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011011 11001001
Octal 352 233 311
Decimal 234 155 201
Hex EA 9B C9

RGB Percentages of Color #ea9bc9

%39.66
%26.27
%34.07

CMYK Percentages of Color #ea9bc9

%0
%34
%14
%8

Triadic Colors of #ea9bc9

#ea9bc9 #c9ea9b #9bc9ea

Analogous Colors of #ea9bc9

#ea9bc9 #ea9ba2 #e49bea

Monochromatic Colors of #ea9bc9

#ea9bc9

Complementary Color

#ea9bc9 #9beabc

#ea9bc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9bc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9bc9 Color CSS Codes

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

#ea9bc9 Text Font Color

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

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


#ea9bc9 Background Color

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

This div background color is #ea9bc9


#ea9bc9 Border Color

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

This div border color is #ea9bc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9bc9


Comments

No comments written yet.

Please login to write comment.