Color Hex Logo

#e64dae Color Hex

#E64DAE
(230,77,174)
0 Favorites   0 Comments

Color spaces of #e64dae

RGB 23077174
HSL0.890.750.60
HSV322°67°90°
CMYK 0.000.670.24   0.10
XYZ42.927025.186742.6434
Yxy25.18670.38760.2274
Hunter Lab50.186464.8542-15.2483
CIE-Lab57.256967.8571-20.0230

#e64dae color RGB value is (230,77,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001101 10101110
Octal 346 115 256
Decimal 230 77 174
Hex E6 4D AE

RGB Percentages of Color #e64dae

%47.82
%16.01
%36.17

CMYK Percentages of Color #e64dae

%0
%67
%24
%10

Triadic Colors of #e64dae

#e64dae #aee64d #4daee6

Analogous Colors of #e64dae

#e64dae #e64d62 #d24de6

Monochromatic Colors of #e64dae

#e64dae

Complementary Color

#e64dae #4de685

#e64dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64dae Color CSS Codes

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

#e64dae Text Font Color

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

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


#e64dae Background Color

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

This div background color is #e64dae


#e64dae Border Color

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

This div border color is #e64dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,77,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64dae


Comments

No comments written yet.

Please login to write comment.