Color Hex Logo

#e27edd Color Hex

#E27EDD
(226,126,221)
0 Favorites   0 Comments

Color spaces of #e27edd

RGB 226126221
HSL0.840.630.69
HSV303°44°89°
CMYK 0.000.440.02   0.11
XYZ51.876036.310972.6812
Yxy36.31090.32250.2257
Hunter Lab60.258548.2166-29.3320
CIE-Lab66.756851.9032-32.1062

#e27edd color RGB value is (226,126,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111110 11011101
Octal 342 176 335
Decimal 226 126 221
Hex E2 7E DD

RGB Percentages of Color #e27edd

%39.44
%21.99
%38.57

CMYK Percentages of Color #e27edd

%0
%44
%2
%11

Triadic Colors of #e27edd

#e27edd #dde27e #7edde2

Analogous Colors of #e27edd

#e27edd #e27eab #b57ee2

Monochromatic Colors of #e27edd

#e27edd

Complementary Color

#e27edd #7ee283

#e27edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27edd Color CSS Codes

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

#e27edd Text Font Color

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

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


#e27edd Background Color

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

This div background color is #e27edd


#e27edd Border Color

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

This div border color is #e27edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27edd


Comments

No comments written yet.

Please login to write comment.