Color Hex Logo

#e68fae Color Hex

#E68FAE
(230,143,174)
0 Favorites   0 Comments

Color spaces of #e68fae

RGB 230143174
HSL0.940.640.73
HSV339°38°90°
CMYK 0.000.380.24   0.10
XYZ50.095639.523945.0330
Yxy39.52390.37200.2935
Hunter Lab62.868032.21641.5376
CIE-Lab69.129136.9487-2.2374

#e68fae color RGB value is (230,143,174).

#e68fae hex color red value is 230, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e68fae hue: 0.94 , saturation: 0.64 and the lightness value of e68fae is 0.73.

The process color (four color CMYK) of #e68fae color hex is 0.00, 0.38, 0.24, 0.10. Web safe color of #e68fae is #ff9999. Color #e68fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001111 10101110
Octal 346 217 256
Decimal 230 143 174
Hex E6 8F AE

RGB Percentages of Color #e68fae

%42.05
%26.14
%31.81

CMYK Percentages of Color #e68fae

%0
%38
%24
%10

Triadic Colors of #e68fae

#e68fae #aee68f #8faee6

Analogous Colors of #e68fae

#e68fae #e69c8f #e68fda

Monochromatic Colors of #e68fae

#e68fae

Complementary Color

#e68fae #8fe6c7

#e68fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68fae Color CSS Codes

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

#e68fae Text Font Color

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

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


#e68fae Background Color

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

This div background color is #e68fae


#e68fae Border Color

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

This div border color is #e68fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68fae


Comments

No comments written yet.

Please login to write comment.