Color Hex Logo

#e29ece Color Hex

#E29ECE
(226,158,206)
0 Favorites   0 Comments

Color spaces of #e29ece

RGB 226158206
HSL0.880.540.75
HSV318°30°89°
CMYK 0.000.300.09   0.11
XYZ54.731545.078764.2089
Yxy45.07870.33370.2748
Hunter Lab67.140728.0128-9.7026
CIE-Lab72.943732.5994-14.3650

#e29ece color RGB value is (226,158,206).

#e29ece hex color red value is 226, green value is 158 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e29ece hue: 0.88 , saturation: 0.54 and the lightness value of e29ece is 0.75.

The process color (four color CMYK) of #e29ece color hex is 0.00, 0.30, 0.09, 0.11. Web safe color of #e29ece is #cc99cc. Color #e29ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011110 11001110
Octal 342 236 316
Decimal 226 158 206
Hex E2 9E CE

RGB Percentages of Color #e29ece

%38.31
%26.78
%34.92

CMYK Percentages of Color #e29ece

%0
%30
%9
%11

Triadic Colors of #e29ece

#e29ece #cee29e #9ecee2

Analogous Colors of #e29ece

#e29ece #e29eac #d49ee2

Monochromatic Colors of #e29ece

#e29ece

Complementary Color

#e29ece #9ee2b2

#e29ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29ece Color CSS Codes

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

#e29ece Text Font Color

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

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


#e29ece Background Color

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

This div background color is #e29ece


#e29ece Border Color

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

This div border color is #e29ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29ece


Comments

No comments written yet.

Please login to write comment.