Color Hex Logo

#e27cde Color Hex

#E27CDE
(226,124,222)
0 Favorites   0 Comments

Color spaces of #e27cde

RGB 226124222
HSL0.840.640.69
HSV302°45°89°
CMYK 0.000.450.02   0.11
XYZ51.756535.858073.3007
Yxy35.85800.32160.2228
Hunter Lab59.881549.4875-30.6595
CIE-Lab66.411353.0784-33.1971

#e27cde color RGB value is (226,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111100 11011110
Octal 342 174 336
Decimal 226 124 222
Hex E2 7C DE

RGB Percentages of Color #e27cde

%39.51
%21.68
%38.81

CMYK Percentages of Color #e27cde

%0
%45
%2
%11

Triadic Colors of #e27cde

#e27cde #dee27c #7cdee2

Analogous Colors of #e27cde

#e27cde #e27cab #b37ce2

Monochromatic Colors of #e27cde

#e27cde

Complementary Color

#e27cde #7ce280

#e27cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27cde Color CSS Codes

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

#e27cde Text Font Color

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

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


#e27cde Background Color

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

This div background color is #e27cde


#e27cde Border Color

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

This div border color is #e27cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27cde


Comments

No comments written yet.

Please login to write comment.