Color Hex Logo

#e27aab Color Hex

#E27AAB
(226,122,171)
0 Favorites   0 Comments

Color spaces of #e27aab

RGB 226122171
HSL0.920.640.68
HSV332°46°89°
CMYK 0.000.460.24   0.11
XYZ45.674333.028142.4958
Yxy33.02810.37690.2725
Hunter Lab57.470141.2901-3.6125
CIE-Lab64.183746.0155-7.9112

#e27aab color RGB value is (226,122,171).

#e27aab hex color red value is 226, green value is 122 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e27aab hue: 0.92 , saturation: 0.64 and the lightness value of e27aab is 0.68.

The process color (four color CMYK) of #e27aab color hex is 0.00, 0.46, 0.24, 0.11. Web safe color of #e27aab is #cc6699. Color #e27aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111010 10101011
Octal 342 172 253
Decimal 226 122 171
Hex E2 7A AB

RGB Percentages of Color #e27aab

%43.55
%23.51
%32.95

CMYK Percentages of Color #e27aab

%0
%46
%24
%11

Triadic Colors of #e27aab

#e27aab #abe27a #7aabe2

Analogous Colors of #e27aab

#e27aab #e27d7a #e27adf

Monochromatic Colors of #e27aab

#e27aab

Complementary Color

#e27aab #7ae2b1

#e27aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27aab Color CSS Codes

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

#e27aab Text Font Color

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

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


#e27aab Background Color

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

This div background color is #e27aab


#e27aab Border Color

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

This div border color is #e27aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27aab


Comments

No comments written yet.

Please login to write comment.