Color Hex Logo

#e38fae Color Hex

#E38FAE
(227,143,174)
0 Favorites   0 Comments

Color spaces of #e38fae

RGB 227143174
HSL0.940.600.73
HSV338°37°89°
CMYK 0.000.370.23   0.11
XYZ49.141039.031844.9883
Yxy39.03180.36900.2931
Hunter Lab62.475431.06991.0383
CIE-Lab68.774335.8961-2.7998

#e38fae color RGB value is (227,143,174).

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

The process color (four color CMYK) of #e38fae color hex is 0.00, 0.37, 0.23, 0.11. Web safe color of #e38fae is #cc9999. Color #e38fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001111 10101110
Octal 343 217 256
Decimal 227 143 174
Hex E3 8F AE

RGB Percentages of Color #e38fae

%41.73
%26.29
%31.99

CMYK Percentages of Color #e38fae

%0
%37
%23
%11

Triadic Colors of #e38fae

#e38fae #aee38f #8faee3

Analogous Colors of #e38fae

#e38fae #e39a8f #e38fd8

Monochromatic Colors of #e38fae

#e38fae

Complementary Color

#e38fae #8fe3c4

#e38fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38fae Color CSS Codes

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

#e38fae Text Font Color

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

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


#e38fae Background Color

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

This div background color is #e38fae


#e38fae Border Color

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

This div border color is #e38fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38fae


Comments

No comments written yet.

Please login to write comment.