Color Hex Logo

#ea4fad Color Hex

#EA4FAD
(234,79,173)
0 Favorites   0 Comments

Color spaces of #ea4fad

RGB 23479173
HSL0.900.790.61
HSV324°66°92°
CMYK 0.000.660.26   0.08
XYZ44.270526.101542.2399
Yxy26.10150.39310.2318
Hunter Lab51.089665.2681-13.2571
CIE-Lab58.133368.0406-18.0490

#ea4fad color RGB value is (234,79,173).

#ea4fad hex color red value is 234, green value is 79 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ea4fad hue: 0.90 , saturation: 0.79 and the lightness value of ea4fad is 0.61.

The process color (four color CMYK) of #ea4fad color hex is 0.00, 0.66, 0.26, 0.08. Web safe color of #ea4fad is #ff6699. Color #ea4fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001111 10101101
Octal 352 117 255
Decimal 234 79 173
Hex EA 4F AD

RGB Percentages of Color #ea4fad

%48.15
%16.26
%35.60

CMYK Percentages of Color #ea4fad

%0
%66
%26
%8

Triadic Colors of #ea4fad

#ea4fad #adea4f #4fadea

Analogous Colors of #ea4fad

#ea4fad #ea4f60 #da4fea

Monochromatic Colors of #ea4fad

#ea4fad

Complementary Color

#ea4fad #4fea8c

#ea4fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4fad Color CSS Codes

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

#ea4fad Text Font Color

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

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


#ea4fad Background Color

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

This div background color is #ea4fad


#ea4fad Border Color

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

This div border color is #ea4fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4fad


Comments

No comments written yet.

Please login to write comment.