Color Hex Logo

#e64ace Color Hex

#E64ACE
(230,74,206)
0 Favorites   0 Comments

Color spaces of #e64ace

RGB 23074206
HSL0.860.760.60
HSV309°68°90°
CMYK 0.000.680.10   0.10
XYZ46.222526.176861.0089
Yxy26.17680.34650.1962
Hunter Lab51.163371.7268-34.8852
CIE-Lab58.204573.3484-36.9437

#e64ace color RGB value is (230,74,206).

#e64ace hex color red value is 230, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e64ace hue: 0.86 , saturation: 0.76 and the lightness value of e64ace is 0.60.

The process color (four color CMYK) of #e64ace color hex is 0.00, 0.68, 0.10, 0.10. Web safe color of #e64ace is #ff33cc. Color #e64ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001010 11001110
Octal 346 112 316
Decimal 230 74 206
Hex E6 4A CE

RGB Percentages of Color #e64ace

%45.10
%14.51
%40.39

CMYK Percentages of Color #e64ace

%0
%68
%10
%10

Triadic Colors of #e64ace

#e64ace #cee64a #4acee6

Analogous Colors of #e64ace

#e64ace #e64a80 #b04ae6

Monochromatic Colors of #e64ace

#e64ace

Complementary Color

#e64ace #4ae662

#e64ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64ace Color CSS Codes

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

#e64ace Text Font Color

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

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


#e64ace Background Color

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

This div background color is #e64ace


#e64ace Border Color

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

This div border color is #e64ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64ace


Comments

No comments written yet.

Please login to write comment.