Color Hex Logo

#e468ac Color Hex

#E468AC
(228,104,172)
0 Favorites   0 Comments

Color spaces of #e468ac

RGB 228104172
HSL0.910.700.65
HSV327°54°89°
CMYK 0.000.540.25   0.11
XYZ44.391629.373242.3596
Yxy29.37320.38230.2529
Hunter Lab54.197051.3606-8.4022
CIE-Lab61.109655.5647-13.0550

#e468ac color RGB value is (228,104,172).

#e468ac hex color red value is 228, green value is 104 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e468ac hue: 0.91 , saturation: 0.70 and the lightness value of e468ac is 0.65.

The process color (four color CMYK) of #e468ac color hex is 0.00, 0.54, 0.25, 0.11. Web safe color of #e468ac is #cc6699. Color #e468ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101000 10101100
Octal 344 150 254
Decimal 228 104 172
Hex E4 68 AC

RGB Percentages of Color #e468ac

%45.24
%20.63
%34.13

CMYK Percentages of Color #e468ac

%0
%54
%25
%11

Triadic Colors of #e468ac

#e468ac #ace468 #68ace4

Analogous Colors of #e468ac

#e468ac #e4686e #de68e4

Monochromatic Colors of #e468ac

#e468ac

Complementary Color

#e468ac #68e4a0

#e468ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e468ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e468ac Color CSS Codes

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

#e468ac Text Font Color

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

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


#e468ac Background Color

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

This div background color is #e468ac


#e468ac Border Color

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

This div border color is #e468ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e468ac


Comments

No comments written yet.

Please login to write comment.