Color Hex Logo

#e867aa Color Hex

#E867AA
(232,103,170)
0 Favorites   0 Comments

Color spaces of #e867aa

RGB 232103170
HSL0.910.740.66
HSV329°56°91°
CMYK 0.000.560.27   0.09
XYZ45.384729.758641.3822
Yxy29.75860.38950.2554
Hunter Lab54.551453.0401-6.7908
CIE-Lab61.445456.9889-11.3444

#e867aa color RGB value is (232,103,170).

#e867aa hex color red value is 232, green value is 103 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e867aa hue: 0.91 , saturation: 0.74 and the lightness value of e867aa is 0.66.

The process color (four color CMYK) of #e867aa color hex is 0.00, 0.56, 0.27, 0.09. Web safe color of #e867aa is #ff6699. Color #e867aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100111 10101010
Octal 350 147 252
Decimal 232 103 170
Hex E8 67 AA

RGB Percentages of Color #e867aa

%45.94
%20.40
%33.66

CMYK Percentages of Color #e867aa

%0
%56
%27
%9

Triadic Colors of #e867aa

#e867aa #aae867 #67aae8

Analogous Colors of #e867aa

#e867aa #e8676a #e667e8

Monochromatic Colors of #e867aa

#e867aa

Complementary Color

#e867aa #67e8a5

#e867aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e867aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e867aa Color CSS Codes

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

#e867aa Text Font Color

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

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


#e867aa Background Color

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

This div background color is #e867aa


#e867aa Border Color

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

This div border color is #e867aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,103,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e867aa


Comments

No comments written yet.

Please login to write comment.