Color Hex Logo

#e666aa Color Hex

#E666AA
(230,102,170)
0 Favorites   0 Comments

Color spaces of #e666aa

RGB 230102170
HSL0.910.720.65
HSV328°56°90°
CMYK 0.000.560.26   0.10
XYZ44.640229.228041.3190
Yxy29.22800.38750.2537
Hunter Lab54.062952.7788-7.4699
CIE-Lab60.982356.8361-12.0690

#e666aa color RGB value is (230,102,170).

#e666aa hex color red value is 230, green value is 102 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e666aa hue: 0.91 , saturation: 0.72 and the lightness value of e666aa is 0.65.

The process color (four color CMYK) of #e666aa color hex is 0.00, 0.56, 0.26, 0.10. Web safe color of #e666aa is #ff6699. Color #e666aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100110 10101010
Octal 346 146 252
Decimal 230 102 170
Hex E6 66 AA

RGB Percentages of Color #e666aa

%45.82
%20.32
%33.86

CMYK Percentages of Color #e666aa

%0
%56
%26
%10

Triadic Colors of #e666aa

#e666aa #aae666 #66aae6

Analogous Colors of #e666aa

#e666aa #e6666a #e266e6

Monochromatic Colors of #e666aa

#e666aa

Complementary Color

#e666aa #66e6a2

#e666aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e666aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e666aa Color CSS Codes

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

#e666aa Text Font Color

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

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


#e666aa Background Color

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

This div background color is #e666aa


#e666aa Border Color

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

This div border color is #e666aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e666aa


Comments

No comments written yet.

Please login to write comment.