Color Hex Logo

#e640ac Color Hex

#E640AC
(230,64,172)
0 Favorites   0 Comments

Color spaces of #e640ac

RGB 23064172
HSL0.890.770.58
HSV321°72°90°
CMYK 0.000.720.25   0.10
XYZ41.912923.468341.3505
Yxy23.46830.39270.2199
Hunter Lab48.444169.6576-16.6974
CIE-Lab55.551572.1631-21.4693

#e640ac color RGB value is (230,64,172).

#e640ac hex color red value is 230, green value is 64 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e640ac hue: 0.89 , saturation: 0.77 and the lightness value of e640ac is 0.58.

The process color (four color CMYK) of #e640ac color hex is 0.00, 0.72, 0.25, 0.10. Web safe color of #e640ac is #ff3399. Color #e640ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000000 10101100
Octal 346 100 254
Decimal 230 64 172
Hex E6 40 AC

RGB Percentages of Color #e640ac

%49.36
%13.73
%36.91

CMYK Percentages of Color #e640ac

%0
%72
%25
%10

Triadic Colors of #e640ac

#e640ac #ace640 #40ace6

Analogous Colors of #e640ac

#e640ac #e64059 #cd40e6

Monochromatic Colors of #e640ac

#e640ac

Complementary Color

#e640ac #40e67a

#e640ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e640ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e640ac Color CSS Codes

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

#e640ac Text Font Color

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

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


#e640ac Background Color

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

This div background color is #e640ac


#e640ac Border Color

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

This div border color is #e640ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e640ac


Comments

No comments written yet.

Please login to write comment.