Color Hex Logo

#e29cef Color Hex

#E29CEF
(226,156,239)
0 Favorites   0 Comments

Color spaces of #e29cef

RGB 226156239
HSL0.810.720.77
HSV291°35°94°
CMYK 0.050.350.00   0.06
XYZ58.832546.177787.4737
Yxy46.17770.30560.2399
Hunter Lab67.954235.6196-28.7529
CIE-Lab73.660739.6493-31.3367

#e29cef color RGB value is (226,156,239).

#e29cef hex color red value is 226, green value is 156 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e29cef hue: 0.81 , saturation: 0.72 and the lightness value of e29cef is 0.77.

The process color (four color CMYK) of #e29cef color hex is 0.05, 0.35, 0.00, 0.06. Web safe color of #e29cef is #cc99ff. Color #e29cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011100 11101111
Octal 342 234 357
Decimal 226 156 239
Hex E2 9C EF

RGB Percentages of Color #e29cef

%36.39
%25.12
%38.49

CMYK Percentages of Color #e29cef

%5
%35
%0
%6

Triadic Colors of #e29cef

#e29cef #efe29c #9cefe2

Analogous Colors of #e29cef

#e29cef #ef9cd3 #b99cef

Monochromatic Colors of #e29cef

#e29cef

Complementary Color

#e29cef #a9ef9c

#e29cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29cef Color CSS Codes

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

#e29cef Text Font Color

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

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


#e29cef Background Color

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

This div background color is #e29cef


#e29cef Border Color

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

This div border color is #e29cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29cef


Comments

No comments written yet.

Please login to write comment.