Color Hex Logo

#ea79cc Color Hex

#EA79CC
(234,121,204)
0 Favorites   0 Comments

Color spaces of #ea79cc

RGB 234121204
HSL0.880.730.70
HSV316°48°92°
CMYK 0.000.480.13   0.08
XYZ51.668135.526861.2609
Yxy35.52680.34800.2393
Hunter Lab59.604450.4253-19.2147
CIE-Lab66.156853.9429-23.4595

#ea79cc color RGB value is (234,121,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 11001100
Octal 352 171 314
Decimal 234 121 204
Hex EA 79 CC

RGB Percentages of Color #ea79cc

%41.86
%21.65
%36.49

CMYK Percentages of Color #ea79cc

%0
%48
%13
%8

Triadic Colors of #ea79cc

#ea79cc #ccea79 #79ccea

Analogous Colors of #ea79cc

#ea79cc #ea7994 #d079ea

Monochromatic Colors of #ea79cc

#ea79cc

Complementary Color

#ea79cc #79ea97

#ea79cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea79cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea79cc Color CSS Codes

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

#ea79cc Text Font Color

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

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


#ea79cc Background Color

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

This div background color is #ea79cc


#ea79cc Border Color

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

This div border color is #ea79cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea79cc


Comments

No comments written yet.

Please login to write comment.