Color Hex Logo

#ea3fad Color Hex

#EA3FAD
(234,63,173)
0 Favorites   0 Comments

Color spaces of #ea3fad

RGB 23463173
HSL0.890.800.58
HSV321°73°92°
CMYK 0.000.730.26   0.08
XYZ43.252024.064641.9005
Yxy24.06460.39600.2203
Hunter Lab49.055771.5346-16.3031
CIE-Lab56.152473.5834-21.0725

#ea3fad color RGB value is (234,63,173).

#ea3fad hex color red value is 234, green value is 63 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ea3fad hue: 0.89 , saturation: 0.80 and the lightness value of ea3fad is 0.58.

The process color (four color CMYK) of #ea3fad color hex is 0.00, 0.73, 0.26, 0.08. Web safe color of #ea3fad is #ff3399. Color #ea3fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111111 10101101
Octal 352 77 255
Decimal 234 63 173
Hex EA 3F AD

RGB Percentages of Color #ea3fad

%49.79
%13.40
%36.81

CMYK Percentages of Color #ea3fad

%0
%73
%26
%8

Triadic Colors of #ea3fad

#ea3fad #adea3f #3fadea

Analogous Colors of #ea3fad

#ea3fad #ea3f57 #d23fea

Monochromatic Colors of #ea3fad

#ea3fad

Complementary Color

#ea3fad #3fea7c

#ea3fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3fad Color CSS Codes

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

#ea3fad Text Font Color

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

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


#ea3fad Background Color

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

This div background color is #ea3fad


#ea3fad Border Color

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

This div border color is #ea3fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3fad


Comments

No comments written yet.

Please login to write comment.