Color Hex Logo

#ea68aa Color Hex

#EA68AA
(234,104,170)
0 Favorites   0 Comments

Color spaces of #ea68aa

RGB 234104170
HSL0.920.760.66
HSV330°56°92°
CMYK 0.000.560.27   0.08
XYZ46.137730.295341.4461
Yxy30.29530.39140.2570
Hunter Lab55.041253.3038-6.1167
CIE-Lab61.908257.1436-10.6210

#ea68aa color RGB value is (234,104,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101000 10101010
Octal 352 150 252
Decimal 234 104 170
Hex EA 68 AA

RGB Percentages of Color #ea68aa

%46.06
%20.47
%33.46

CMYK Percentages of Color #ea68aa

%0
%56
%27
%8

Triadic Colors of #ea68aa

#ea68aa #aaea68 #68aaea

Analogous Colors of #ea68aa

#ea68aa #ea6869 #e968ea

Monochromatic Colors of #ea68aa

#ea68aa

Complementary Color

#ea68aa #68eaa8

#ea68aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea68aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea68aa Color CSS Codes

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

#ea68aa Text Font Color

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

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


#ea68aa Background Color

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

This div background color is #ea68aa


#ea68aa Border Color

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

This div border color is #ea68aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea68aa

#ea68aa Color Palettes


Comments

No comments written yet.

Please login to write comment.