Color Hex Logo

#e27faf Color Hex

#E27FAF
(226,127,175)
0 Favorites   0 Comments

Color spaces of #e27faf

RGB 226127175
HSL0.920.630.69
HSV331°44°89°
CMYK 0.000.440.23   0.11
XYZ46.691334.442644.7446
Yxy34.44260.37090.2736
Hunter Lab58.687839.3087-4.1222
CIE-Lab65.312444.0358-8.4991

#e27faf color RGB value is (226,127,175).

#e27faf hex color red value is 226, green value is 127 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e27faf hue: 0.92 , saturation: 0.63 and the lightness value of e27faf is 0.69.

The process color (four color CMYK) of #e27faf color hex is 0.00, 0.44, 0.23, 0.11. Web safe color of #e27faf is #cc6699. Color #e27faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111111 10101111
Octal 342 177 257
Decimal 226 127 175
Hex E2 7F AF

RGB Percentages of Color #e27faf

%42.80
%24.05
%33.14

CMYK Percentages of Color #e27faf

%0
%44
%23
%11

Triadic Colors of #e27faf

#e27faf #afe27f #7fafe2

Analogous Colors of #e27faf

#e27faf #e2817f #e27fe1

Monochromatic Colors of #e27faf

#e27faf

Complementary Color

#e27faf #7fe2b2

#e27faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27faf Color CSS Codes

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

#e27faf Text Font Color

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

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


#e27faf Background Color

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

This div background color is #e27faf


#e27faf Border Color

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

This div border color is #e27faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,127,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e27faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e27faf;
  -webkit-box-shadow: 1px 1px 3px 2px #e27faf;
  box-shadow:         1px 1px 3px 2px #e27faf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,127,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27faf


Comments

No comments written yet.

Please login to write comment.