Color Hex Logo

#e66fae Color Hex

#E66FAE
(230,111,174)
0 Favorites   0 Comments

Color spaces of #e66fae

RGB 230111174
HSL0.910.700.67
HSV328°52°90°
CMYK 0.000.520.24   0.10
XYZ45.957531.247943.6536
Yxy31.24790.38030.2585
Hunter Lab55.899848.9274-7.1712
CIE-Lab62.716353.1479-11.7566

#e66fae color RGB value is (230,111,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101111 10101110
Octal 346 157 256
Decimal 230 111 174
Hex E6 6F AE

RGB Percentages of Color #e66fae

%44.66
%21.55
%33.79

CMYK Percentages of Color #e66fae

%0
%52
%24
%10

Triadic Colors of #e66fae

#e66fae #aee66f #6faee6

Analogous Colors of #e66fae

#e66fae #e66f73 #e36fe6

Monochromatic Colors of #e66fae

#e66fae

Complementary Color

#e66fae #6fe6a7

#e66fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66fae Color CSS Codes

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

#e66fae Text Font Color

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

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


#e66fae Background Color

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

This div background color is #e66fae


#e66fae Border Color

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

This div border color is #e66fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,111,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66fae


Comments

No comments written yet.

Please login to write comment.