Color Hex Logo

#ea969d Color Hex

#EA969D
(234,150,157)
0 Favorites   0 Comments

Color spaces of #ea969d

RGB 234150157
HSL0.990.670.75
HSV355°36°92°
CMYK 0.000.360.33   0.08
XYZ50.923841.739437.2708
Yxy41.73940.39190.3212
Hunter Lab64.606027.636811.0202
CIE-Lab70.690932.43049.5621

#ea969d color RGB value is (234,150,157).

#ea969d hex color red value is 234, green value is 150 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ea969d hue: 0.99 , saturation: 0.67 and the lightness value of ea969d is 0.75.

The process color (four color CMYK) of #ea969d color hex is 0.00, 0.36, 0.33, 0.08. Web safe color of #ea969d is #ff9999. Color #ea969d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010110 10011101
Octal 352 226 235
Decimal 234 150 157
Hex EA 96 9D

RGB Percentages of Color #ea969d

%43.25
%27.73
%29.02

CMYK Percentages of Color #ea969d

%0
%36
%33
%8

Triadic Colors of #ea969d

#ea969d #9dea96 #969dea

Analogous Colors of #ea969d

#ea969d #eab996 #ea96c7

Monochromatic Colors of #ea969d

#ea969d

Complementary Color

#ea969d #96eae3

#ea969d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea969d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea969d Color CSS Codes

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

#ea969d Text Font Color

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

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


#ea969d Background Color

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

This div background color is #ea969d


#ea969d Border Color

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

This div border color is #ea969d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea969d


Comments

No comments written yet.

Please login to write comment.