Color Hex Logo

#ea4adf Color Hex

#EA4ADF
(234,74,223)
0 Favorites   0 Comments

Color spaces of #ea4adf

RGB 23474223
HSL0.840.790.60
HSV304°68°92°
CMYK 0.000.680.05   0.08
XYZ49.699727.717772.5426
Yxy27.71770.33140.1848
Hunter Lab52.647676.3719-44.8418
CIE-Lab59.632876.8140-44.2777

#ea4adf color RGB value is (234,74,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001010 11011111
Octal 352 112 337
Decimal 234 74 223
Hex EA 4A DF

RGB Percentages of Color #ea4adf

%44.07
%13.94
%42.00

CMYK Percentages of Color #ea4adf

%0
%68
%5
%8

Triadic Colors of #ea4adf

#ea4adf #dfea4a #4adfea

Analogous Colors of #ea4adf

#ea4adf #ea4a8f #a54aea

Monochromatic Colors of #ea4adf

#ea4adf

Complementary Color

#ea4adf #4aea55

#ea4adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4adf Color CSS Codes

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

#ea4adf Text Font Color

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

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


#ea4adf Background Color

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

This div background color is #ea4adf


#ea4adf Border Color

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

This div border color is #ea4adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4adf


Comments

No comments written yet.

Please login to write comment.