Color Hex Logo

#ea678f Color Hex

#EA678F
(234,103,143)
0 Favorites   0 Comments

Color spaces of #ea678f

RGB 234103143
HSL0.950.760.66
HSV342°56°92°
CMYK 0.000.560.39   0.08
XYZ43.739929.176129.3128
Yxy29.17610.42790.2854
Hunter Lab54.014950.01875.6349
CIE-Lab60.936754.40213.5091

#ea678f color RGB value is (234,103,143).

#ea678f hex color red value is 234, green value is 103 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ea678f hue: 0.95 , saturation: 0.76 and the lightness value of ea678f is 0.66.

The process color (four color CMYK) of #ea678f color hex is 0.00, 0.56, 0.39, 0.08. Web safe color of #ea678f is #ff6699. Color #ea678f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100111 10001111
Octal 352 147 217
Decimal 234 103 143
Hex EA 67 8F

RGB Percentages of Color #ea678f

%48.75
%21.46
%29.79

CMYK Percentages of Color #ea678f

%0
%56
%39
%8

Triadic Colors of #ea678f

#ea678f #8fea67 #678fea

Analogous Colors of #ea678f

#ea678f #ea8167 #ea67d1

Monochromatic Colors of #ea678f

#ea678f

Complementary Color

#ea678f #67eac2

#ea678f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea678f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea678f Color CSS Codes

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

#ea678f Text Font Color

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

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


#ea678f Background Color

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

This div background color is #ea678f


#ea678f Border Color

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

This div border color is #ea678f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea678f


Comments

No comments written yet.

Please login to write comment.