Color Hex Logo

#e29cff Color Hex

#E29CFF
(226,156,255)
0 Favorites   0 Comments

Color spaces of #e29cff

RGB 226156255
HSL0.781.000.81
HSV282°39°100°
CMYK 0.110.390.00   0.00
XYZ61.302547.1657100.4806
Yxy47.16570.29340.2257
Hunter Lab68.677339.1468-38.6721
CIE-Lab74.295642.7942-39.0350

#e29cff color RGB value is (226,156,255).

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

The process color (four color CMYK) of #e29cff color hex is 0.11, 0.39, 0.00, 0.00. Web safe color of #e29cff is #cc99ff. Color #e29cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011100 11111111
Octal 342 234 377
Decimal 226 156 255
Hex E2 9C FF

RGB Percentages of Color #e29cff

%35.48
%24.49
%40.03

CMYK Percentages of Color #e29cff

%11
%39
%0
%0

Triadic Colors of #e29cff

#e29cff #ffe29c #9cffe2

Analogous Colors of #e29cff

#e29cff #ff9ceb #b19cff

Monochromatic Colors of #e29cff

#e29cff

Complementary Color

#e29cff #b9ff9c

#e29cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29cff Color CSS Codes

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

#e29cff Text Font Color

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

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


#e29cff Background Color

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

This div background color is #e29cff


#e29cff Border Color

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

This div border color is #e29cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29cff


Comments

No comments written yet.

Please login to write comment.