Color Hex Logo

#ea6aac Color Hex

#EA6AAC
(234,106,172)
0 Favorites   0 Comments

Color spaces of #ea6aac

RGB 234106172
HSL0.910.750.67
HSV329°55°92°
CMYK 0.000.550.26   0.08
XYZ46.532130.779142.5182
Yxy30.77910.38830.2569
Hunter Lab55.478952.6261-6.6037
CIE-Lab62.320756.4820-11.1489

#ea6aac color RGB value is (234,106,172).

#ea6aac hex color red value is 234, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ea6aac hue: 0.91 , saturation: 0.75 and the lightness value of ea6aac is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101010 10101100
Octal 352 152 254
Decimal 234 106 172
Hex EA 6A AC

RGB Percentages of Color #ea6aac

%45.70
%20.70
%33.59

CMYK Percentages of Color #ea6aac

%0
%55
%26
%8

Triadic Colors of #ea6aac

#ea6aac #acea6a #6aacea

Analogous Colors of #ea6aac

#ea6aac #ea6a6c #e86aea

Monochromatic Colors of #ea6aac

#ea6aac

Complementary Color

#ea6aac #6aeaa8

#ea6aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6aac Color CSS Codes

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

#ea6aac Text Font Color

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

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


#ea6aac Background Color

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

This div background color is #ea6aac


#ea6aac Border Color

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

This div border color is #ea6aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6aac


Comments

No comments written yet.

Please login to write comment.