Color Hex Logo

#e64dac Color Hex

#E64DAC
(230,77,172)
0 Favorites   0 Comments

Color spaces of #e64dac

RGB 23077172
HSL0.900.750.60
HSV323°67°90°
CMYK 0.000.670.25   0.10
XYZ42.733425.109341.6240
Yxy25.10930.39040.2294
Hunter Lab50.109264.5348-14.1738
CIE-Lab57.181867.6033-18.9771

#e64dac color RGB value is (230,77,172).

#e64dac hex color red value is 230, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e64dac hue: 0.90 , saturation: 0.75 and the lightness value of e64dac is 0.60.

The process color (four color CMYK) of #e64dac color hex is 0.00, 0.67, 0.25, 0.10. Web safe color of #e64dac is #ff6699. Color #e64dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001101 10101100
Octal 346 115 254
Decimal 230 77 172
Hex E6 4D AC

RGB Percentages of Color #e64dac

%48.02
%16.08
%35.91

CMYK Percentages of Color #e64dac

%0
%67
%25
%10

Triadic Colors of #e64dac

#e64dac #ace64d #4dace6

Analogous Colors of #e64dac

#e64dac #e64d60 #d44de6

Monochromatic Colors of #e64dac

#e64dac

Complementary Color

#e64dac #4de687

#e64dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64dac Color CSS Codes

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

#e64dac Text Font Color

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

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


#e64dac Background Color

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

This div background color is #e64dac


#e64dac Border Color

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

This div border color is #e64dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64dac


Comments

No comments written yet.

Please login to write comment.