Color Hex Logo

#ea79be Color Hex

#EA79BE
(234,121,190)
0 Favorites   0 Comments

Color spaces of #ea79be

RGB 234121190
HSL0.900.730.70
HSV323°48°92°
CMYK 0.000.480.19   0.08
XYZ50.063334.884952.8100
Yxy34.88490.36340.2532
Hunter Lab59.063447.9390-11.6682
CIE-Lab65.659051.8193-16.3470

#ea79be color RGB value is (234,121,190).

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

The process color (four color CMYK) of #ea79be color hex is 0.00, 0.48, 0.19, 0.08. Web safe color of #ea79be is #ff66cc. Color #ea79be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 10111110
Octal 352 171 276
Decimal 234 121 190
Hex EA 79 BE

RGB Percentages of Color #ea79be

%42.94
%22.20
%34.86

CMYK Percentages of Color #ea79be

%0
%48
%19
%8

Triadic Colors of #ea79be

#ea79be #beea79 #79beea

Analogous Colors of #ea79be

#ea79be #ea7986 #de79ea

Monochromatic Colors of #ea79be

#ea79be

Complementary Color

#ea79be #79eaa5

#ea79be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea79be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea79be Color CSS Codes

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

#ea79be Text Font Color

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

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


#ea79be Background Color

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

This div background color is #ea79be


#ea79be Border Color

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

This div border color is #ea79be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea79be


Comments

No comments written yet.

Please login to write comment.