Color Hex Logo

#ea7997 Color Hex

#EA7997
(234,121,151)
0 Favorites   0 Comments

Color spaces of #ea7997

RGB 234121151
HSL0.960.730.70
HSV344°48°92°
CMYK 0.000.480.35   0.08
XYZ46.355033.401533.2821
Yxy33.40150.41010.2955
Hunter Lab57.794042.03046.3122
CIE-Lab64.484746.65394.0421

#ea7997 color RGB value is (234,121,151).

#ea7997 hex color red value is 234, green value is 121 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ea7997 hue: 0.96 , saturation: 0.73 and the lightness value of ea7997 is 0.70.

The process color (four color CMYK) of #ea7997 color hex is 0.00, 0.48, 0.35, 0.08. Web safe color of #ea7997 is #ff6699. Color #ea7997 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 10010111
Octal 352 171 227
Decimal 234 121 151
Hex EA 79 97

RGB Percentages of Color #ea7997

%46.25
%23.91
%29.84

CMYK Percentages of Color #ea7997

%0
%48
%35
%8

Triadic Colors of #ea7997

#ea7997 #97ea79 #7997ea

Analogous Colors of #ea7997

#ea7997 #ea9479 #ea79d0

Monochromatic Colors of #ea7997

#ea7997

Complementary Color

#ea7997 #79eacc

#ea7997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7997 Color CSS Codes

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

#ea7997 Text Font Color

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

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


#ea7997 Background Color

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

This div background color is #ea7997


#ea7997 Border Color

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

This div border color is #ea7997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7997


Comments

No comments written yet.

Please login to write comment.