Color Hex Logo

#e29eca Color Hex

#E29ECA
(226,158,202)
0 Favorites   0 Comments

Color spaces of #e29eca

RGB 226158202
HSL0.890.540.75
HSV321°30°89°
CMYK 0.000.300.11   0.11
XYZ54.251644.886761.6818
Yxy44.88670.33730.2791
Hunter Lab66.997527.2956-7.6875
CIE-Lab72.817231.9251-12.3533

#e29eca color RGB value is (226,158,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011110 11001010
Octal 342 236 312
Decimal 226 158 202
Hex E2 9E CA

RGB Percentages of Color #e29eca

%38.57
%26.96
%34.47

CMYK Percentages of Color #e29eca

%0
%30
%11
%11

Triadic Colors of #e29eca

#e29eca #cae29e #9ecae2

Analogous Colors of #e29eca

#e29eca #e29ea8 #d89ee2

Monochromatic Colors of #e29eca

#e29eca

Complementary Color

#e29eca #9ee2b6

#e29eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29eca Color CSS Codes

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

#e29eca Text Font Color

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

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


#e29eca Background Color

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

This div background color is #e29eca


#e29eca Border Color

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

This div border color is #e29eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29eca


Comments

No comments written yet.

Please login to write comment.