Color Hex Logo

#e067ac Color Hex

#E067AC
(224,103,172)
0 Favorites   0 Comments

Color spaces of #e067ac

RGB 224103172
HSL0.900.660.64
HSV326°54°88°
CMYK 0.000.540.23   0.12
XYZ43.037128.526342.2676
Yxy28.52630.37810.2506
Hunter Lab53.410050.3655-9.5339
CIE-Lab60.361354.8038-14.2395

#e067ac color RGB value is (224,103,172).

#e067ac hex color red value is 224, green value is 103 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e067ac hue: 0.90 , saturation: 0.66 and the lightness value of e067ac is 0.64.

The process color (four color CMYK) of #e067ac color hex is 0.00, 0.54, 0.23, 0.12. Web safe color of #e067ac is #cc6699. Color #e067ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100111 10101100
Octal 340 147 254
Decimal 224 103 172
Hex E0 67 AC

RGB Percentages of Color #e067ac

%44.89
%20.64
%34.47

CMYK Percentages of Color #e067ac

%0
%54
%23
%12

Triadic Colors of #e067ac

#e067ac #ace067 #67ace0

Analogous Colors of #e067ac

#e067ac #e06770 #d867e0

Monochromatic Colors of #e067ac

#e067ac

Complementary Color

#e067ac #67e09b

#e067ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e067ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e067ac Color CSS Codes

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

#e067ac Text Font Color

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

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


#e067ac Background Color

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

This div background color is #e067ac


#e067ac Border Color

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

This div border color is #e067ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e067ac


Comments

No comments written yet.

Please login to write comment.