Color Hex Logo

#ea6dac Color Hex

#EA6DAC
(234,109,172)
0 Favorites   0 Comments

Color spaces of #ea6dac

RGB 234109172
HSL0.920.750.67
HSV330°53°92°
CMYK 0.000.530.26   0.08
XYZ46.846731.408342.6230
Yxy31.40830.38760.2598
Hunter Lab56.043151.1336-5.8622
CIE-Lab62.850855.0832-10.3549

#ea6dac color RGB value is (234,109,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101101 10101100
Octal 352 155 254
Decimal 234 109 172
Hex EA 6D AC

RGB Percentages of Color #ea6dac

%45.44
%21.17
%33.40

CMYK Percentages of Color #ea6dac

%0
%53
%26
%8

Triadic Colors of #ea6dac

#ea6dac #acea6d #6dacea

Analogous Colors of #ea6dac

#ea6dac #ea6d6e #ea6dea

Monochromatic Colors of #ea6dac

#ea6dac

Complementary Color

#ea6dac #6deaab

#ea6dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6dac Color CSS Codes

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

#ea6dac Text Font Color

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

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


#ea6dac Background Color

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

This div background color is #ea6dac


#ea6dac Border Color

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

This div border color is #ea6dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6dac


Comments

No comments written yet.

Please login to write comment.