Color Hex Logo

#ea769a Color Hex

#EA769A
(234,118,154)
0 Favorites   0 Comments

Color spaces of #ea769a

RGB 234118154
HSL0.950.730.69
HSV341°50°92°
CMYK 0.000.500.34   0.08
XYZ46.242932.782434.4622
Yxy32.78240.40750.2889
Hunter Lab57.255943.96824.3926
CIE-Lab63.984348.49311.6055

#ea769a color RGB value is (234,118,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110110 10011010
Octal 352 166 232
Decimal 234 118 154
Hex EA 76 9A

RGB Percentages of Color #ea769a

%46.25
%23.32
%30.43

CMYK Percentages of Color #ea769a

%0
%50
%34
%8

Triadic Colors of #ea769a

#ea769a #9aea76 #769aea

Analogous Colors of #ea769a

#ea769a #ea8c76 #ea76d4

Monochromatic Colors of #ea769a

#ea769a

Complementary Color

#ea769a #76eac6

#ea769a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea769a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea769a Color CSS Codes

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

#ea769a Text Font Color

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

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


#ea769a Background Color

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

This div background color is #ea769a


#ea769a Border Color

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

This div border color is #ea769a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea769a


Comments

No comments written yet.

Please login to write comment.