Color Hex Logo

#e27eda Color Hex

#E27EDA
(226,126,218)
0 Favorites   0 Comments

Color spaces of #e27eda

RGB 226126218
HSL0.850.630.69
HSV305°44°89°
CMYK 0.000.440.04   0.11
XYZ51.479836.152470.5945
Yxy36.15240.32540.2285
Hunter Lab60.126947.6072-27.5231
CIE-Lab66.636251.3800-30.6251

#e27eda color RGB value is (226,126,218).

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

The process color (four color CMYK) of #e27eda color hex is 0.00, 0.44, 0.04, 0.11. Web safe color of #e27eda is #cc66cc. Color #e27eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111110 11011010
Octal 342 176 332
Decimal 226 126 218
Hex E2 7E DA

RGB Percentages of Color #e27eda

%39.65
%22.11
%38.25

CMYK Percentages of Color #e27eda

%0
%44
%4
%11

Triadic Colors of #e27eda

#e27eda #dae27e #7edae2

Analogous Colors of #e27eda

#e27eda #e27ea8 #b87ee2

Monochromatic Colors of #e27eda

#e27eda

Complementary Color

#e27eda #7ee286

#e27eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27eda Color CSS Codes

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

#e27eda Text Font Color

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

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


#e27eda Background Color

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

This div background color is #e27eda


#e27eda Border Color

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

This div border color is #e27eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27eda


Comments

No comments written yet.

Please login to write comment.