Color Hex Logo

#e27ead Color Hex

#E27EAD
(226,126,173)
0 Favorites   0 Comments

Color spaces of #e27ead

RGB 226126173
HSL0.920.630.69
HSV332°44°89°
CMYK 0.000.440.23   0.11
XYZ46.367734.107643.6747
Yxy34.10760.37350.2747
Hunter Lab58.401739.5160-3.4578
CIE-Lab65.047944.2623-7.7604

#e27ead color RGB value is (226,126,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111110 10101101
Octal 342 176 255
Decimal 226 126 173
Hex E2 7E AD

RGB Percentages of Color #e27ead

%43.05
%24.00
%32.95

CMYK Percentages of Color #e27ead

%0
%44
%23
%11

Triadic Colors of #e27ead

#e27ead #ade27e #7eade2

Analogous Colors of #e27ead

#e27ead #e2817e #e27edf

Monochromatic Colors of #e27ead

#e27ead

Complementary Color

#e27ead #7ee2b3

#e27ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27ead Color CSS Codes

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

#e27ead Text Font Color

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

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


#e27ead Background Color

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

This div background color is #e27ead


#e27ead Border Color

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

This div border color is #e27ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27ead

#e27ead Color Palettes


Comments

No comments written yet.

Please login to write comment.