Color Hex Logo

#ea4acc Color Hex

#EA4ACC
(234,74,204)
0 Favorites   0 Comments

Color spaces of #ea4acc

RGB 23474204
HSL0.860.790.60
HSV311°68°92°
CMYK 0.000.680.13   0.08
XYZ47.279526.749659.7980
Yxy26.74960.35330.1999
Hunter Lab51.720072.6645-32.3463
CIE-Lab58.741874.0068-34.9190

#ea4acc color RGB value is (234,74,204).

#ea4acc hex color red value is 234, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ea4acc hue: 0.86 , saturation: 0.79 and the lightness value of ea4acc is 0.60.

The process color (four color CMYK) of #ea4acc color hex is 0.00, 0.68, 0.13, 0.08. Web safe color of #ea4acc is #ff33cc. Color #ea4acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001010 11001100
Octal 352 112 314
Decimal 234 74 204
Hex EA 4A CC

RGB Percentages of Color #ea4acc

%45.70
%14.45
%39.84

CMYK Percentages of Color #ea4acc

%0
%68
%13
%8

Triadic Colors of #ea4acc

#ea4acc #ccea4a #4accea

Analogous Colors of #ea4acc

#ea4acc #ea4a7c #b84aea

Monochromatic Colors of #ea4acc

#ea4acc

Complementary Color

#ea4acc #4aea68

#ea4acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4acc Color CSS Codes

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

#ea4acc Text Font Color

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

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


#ea4acc Background Color

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

This div background color is #ea4acc


#ea4acc Border Color

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

This div border color is #ea4acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4acc


Comments

No comments written yet.

Please login to write comment.