Color Hex Logo

#e66faa Color Hex

#E66FAA
(230,111,170)
0 Favorites   0 Comments

Color spaces of #e66faa

RGB 230111170
HSL0.920.700.67
HSV330°52°90°
CMYK 0.000.520.26   0.10
XYZ45.573331.094241.6300
Yxy31.09420.38520.2628
Hunter Lab55.762248.3006-5.2302
CIE-Lab62.587152.6084-9.6645

#e66faa color RGB value is (230,111,170).

#e66faa hex color red value is 230, green value is 111 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e66faa hue: 0.92 , saturation: 0.70 and the lightness value of e66faa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101111 10101010
Octal 346 157 252
Decimal 230 111 170
Hex E6 6F AA

RGB Percentages of Color #e66faa

%45.01
%21.72
%33.27

CMYK Percentages of Color #e66faa

%0
%52
%26
%10

Triadic Colors of #e66faa

#e66faa #aae66f #6faae6

Analogous Colors of #e66faa

#e66faa #e6706f #e66fe6

Monochromatic Colors of #e66faa

#e66faa

Complementary Color

#e66faa #6fe6ab

#e66faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66faa Color CSS Codes

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

#e66faa Text Font Color

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

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


#e66faa Background Color

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

This div background color is #e66faa


#e66faa Border Color

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

This div border color is #e66faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66faa


Comments

No comments written yet.

Please login to write comment.