Color Hex Logo

#ea78cc Color Hex

#EA78CC
(234,120,204)
0 Favorites   0 Comments

Color spaces of #ea78cc

RGB 234120204
HSL0.880.730.69
HSV316°49°92°
CMYK 0.000.490.13   0.08
XYZ51.547235.285061.2206
Yxy35.28500.34820.2383
Hunter Lab59.401250.9468-19.5252
CIE-Lab65.970054.4296-23.7454

#ea78cc color RGB value is (234,120,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 11001100
Octal 352 170 314
Decimal 234 120 204
Hex EA 78 CC

RGB Percentages of Color #ea78cc

%41.94
%21.51
%36.56

CMYK Percentages of Color #ea78cc

%0
%49
%13
%8

Triadic Colors of #ea78cc

#ea78cc #ccea78 #78ccea

Analogous Colors of #ea78cc

#ea78cc #ea7893 #cf78ea

Monochromatic Colors of #ea78cc

#ea78cc

Complementary Color

#ea78cc #78ea96

#ea78cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea78cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea78cc Color CSS Codes

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

#ea78cc Text Font Color

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

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


#ea78cc Background Color

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

This div background color is #ea78cc


#ea78cc Border Color

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

This div border color is #ea78cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,120,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 #ea78cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea78cc


Comments

No comments written yet.

Please login to write comment.