Color Hex Logo

#ea799b Color Hex

#EA799B
(234,121,155)
1 Favorites   0 Comments

Color spaces of #ea799b

RGB 234121155
HSL0.950.730.70
HSV342°48°92°
CMYK 0.000.480.34   0.08
XYZ46.685533.533735.0224
Yxy33.53370.40510.2910
Hunter Lab57.908342.56674.6778
CIE-Lab64.590747.12991.9165

#ea799b color RGB value is (234,121,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 10011011
Octal 352 171 233
Decimal 234 121 155
Hex EA 79 9B

RGB Percentages of Color #ea799b

%45.88
%23.73
%30.39

CMYK Percentages of Color #ea799b

%0
%48
%34
%8

Triadic Colors of #ea799b

#ea799b #9bea79 #799bea

Analogous Colors of #ea799b

#ea799b #ea9079 #ea79d4

Monochromatic Colors of #ea799b

#ea799b

Complementary Color

#ea799b #79eac8

#ea799b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea799b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea799b Color CSS Codes

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

#ea799b Text Font Color

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

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


#ea799b Background Color

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

This div background color is #ea799b


#ea799b Border Color

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

This div border color is #ea799b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea799b

#ea799b Color Palettes


Comments

No comments written yet.

Please login to write comment.