Color Hex Logo

#ea79ce Color Hex

#EA79CE
(234,121,206)
0 Favorites   0 Comments

Color spaces of #ea79ce

RGB 234121206
HSL0.870.730.70
HSV315°48°92°
CMYK 0.000.480.12   0.08
XYZ51.909635.623462.5326
Yxy35.62340.34590.2374
Hunter Lab59.685350.7959-20.3387
CIE-Lab66.231254.2570-24.4659

#ea79ce color RGB value is (234,121,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 11001110
Octal 352 171 316
Decimal 234 121 206
Hex EA 79 CE

RGB Percentages of Color #ea79ce

%41.71
%21.57
%36.72

CMYK Percentages of Color #ea79ce

%0
%48
%12
%8

Triadic Colors of #ea79ce

#ea79ce #ceea79 #79ceea

Analogous Colors of #ea79ce

#ea79ce #ea7996 #ce79ea

Monochromatic Colors of #ea79ce

#ea79ce

Complementary Color

#ea79ce #79ea95

#ea79ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea79ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea79ce Color CSS Codes

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

#ea79ce Text Font Color

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

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


#ea79ce Background Color

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

This div background color is #ea79ce


#ea79ce Border Color

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

This div border color is #ea79ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea79ce


Comments

No comments written yet.

Please login to write comment.