Color Hex Logo

#e27edf Color Hex

#E27EDF
(226,126,223)
0 Favorites   0 Comments

Color spaces of #e27edf

RGB 226126223
HSL0.840.630.69
HSV302°44°89°
CMYK 0.000.440.01   0.11
XYZ52.144236.418274.0931
Yxy36.41820.32060.2239
Hunter Lab60.347548.6276-30.5515
CIE-Lab66.838252.2551-33.0903

#e27edf color RGB value is (226,126,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111110 11011111
Octal 342 176 337
Decimal 226 126 223
Hex E2 7E DF

RGB Percentages of Color #e27edf

%39.30
%21.91
%38.78

CMYK Percentages of Color #e27edf

%0
%44
%1
%11

Triadic Colors of #e27edf

#e27edf #dfe27e #7edfe2

Analogous Colors of #e27edf

#e27edf #e27ead #b37ee2

Monochromatic Colors of #e27edf

#e27edf

Complementary Color

#e27edf #7ee281

#e27edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27edf Color CSS Codes

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

#e27edf Text Font Color

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

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


#e27edf Background Color

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

This div background color is #e27edf


#e27edf Border Color

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

This div border color is #e27edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27edf


Comments

No comments written yet.

Please login to write comment.