Color Hex Logo

#ea6aad Color Hex

#EA6AAD
(234,106,173)
0 Favorites   0 Comments

Color spaces of #ea6aad

RGB 234106173
HSL0.910.750.67
HSV329°55°92°
CMYK 0.000.550.26   0.08
XYZ46.628530.817643.0260
Yxy30.81760.38700.2558
Hunter Lab55.513652.7818-7.0934
CIE-Lab62.353456.6132-11.6723

#ea6aad color RGB value is (234,106,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101010 10101101
Octal 352 152 255
Decimal 234 106 173
Hex EA 6A AD

RGB Percentages of Color #ea6aad

%45.61
%20.66
%33.72

CMYK Percentages of Color #ea6aad

%0
%55
%26
%8

Triadic Colors of #ea6aad

#ea6aad #adea6a #6aadea

Analogous Colors of #ea6aad

#ea6aad #ea6a6d #e76aea

Monochromatic Colors of #ea6aad

#ea6aad

Complementary Color

#ea6aad #6aeaa7

#ea6aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6aad Color CSS Codes

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

#ea6aad Text Font Color

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

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


#ea6aad Background Color

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

This div background color is #ea6aad


#ea6aad Border Color

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

This div border color is #ea6aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6aad


Comments

No comments written yet.

Please login to write comment.