Color Hex Logo

#e29ed6 Color Hex

#E29ED6
(226,158,214)
0 Favorites   0 Comments

Color spaces of #e29ed6

RGB 226158214
HSL0.860.540.75
HSV311°30°89°
CMYK 0.000.300.05   0.11
XYZ55.728545.477569.4592
Yxy45.47750.32650.2665
Hunter Lab67.437029.4938-13.8620
CIE-Lab73.205233.9828-18.3662

#e29ed6 color RGB value is (226,158,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011110 11010110
Octal 342 236 326
Decimal 226 158 214
Hex E2 9E D6

RGB Percentages of Color #e29ed6

%37.79
%26.42
%35.79

CMYK Percentages of Color #e29ed6

%0
%30
%5
%11

Triadic Colors of #e29ed6

#e29ed6 #d6e29e #9ed6e2

Analogous Colors of #e29ed6

#e29ed6 #e29eb4 #cc9ee2

Monochromatic Colors of #e29ed6

#e29ed6

Complementary Color

#e29ed6 #9ee2aa

#e29ed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29ed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29ed6 Color CSS Codes

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

#e29ed6 Text Font Color

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

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


#e29ed6 Background Color

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

This div background color is #e29ed6


#e29ed6 Border Color

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

This div border color is #e29ed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29ed6


Comments

No comments written yet.

Please login to write comment.