Color Hex Logo

#e29adc Color Hex

#E29ADC
(226,154,220)
0 Favorites   0 Comments

Color spaces of #e29adc

RGB 226154220
HSL0.850.550.75
HSV305°32°89°
CMYK 0.000.320.03   0.11
XYZ55.837944.447373.3463
Yxy44.44730.32160.2560
Hunter Lab66.668832.8308-18.5603
CIE-Lab72.526537.1821-22.6900

#e29adc color RGB value is (226,154,220).

#e29adc hex color red value is 226, green value is 154 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e29adc hue: 0.85 , saturation: 0.55 and the lightness value of e29adc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011010 11011100
Octal 342 232 334
Decimal 226 154 220
Hex E2 9A DC

RGB Percentages of Color #e29adc

%37.67
%25.67
%36.67

CMYK Percentages of Color #e29adc

%0
%32
%3
%11

Triadic Colors of #e29adc

#e29adc #dce29a #9adce2

Analogous Colors of #e29adc

#e29adc #e29ab8 #c49ae2

Monochromatic Colors of #e29adc

#e29adc

Complementary Color

#e29adc #9ae2a0

#e29adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29adc Color CSS Codes

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

#e29adc Text Font Color

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

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


#e29adc Background Color

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

This div background color is #e29adc


#e29adc Border Color

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

This div border color is #e29adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29adc


Comments

No comments written yet.

Please login to write comment.