Color Hex Logo

#e39adc Color Hex

#E39ADC
(227,154,220)
0 Favorites   0 Comments

Color spaces of #e39adc

RGB 227154220
HSL0.850.570.75
HSV306°32°89°
CMYK 0.000.320.03   0.11
XYZ56.152444.609473.3611
Yxy44.60940.32250.2562
Hunter Lab66.790333.1868-18.3698
CIE-Lab72.634037.5035-22.5165

#e39adc color RGB value is (227,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011010 11011100
Octal 343 232 334
Decimal 227 154 220
Hex E3 9A DC

RGB Percentages of Color #e39adc

%37.77
%25.62
%36.61

CMYK Percentages of Color #e39adc

%0
%32
%3
%11

Triadic Colors of #e39adc

#e39adc #dce39a #9adce3

Analogous Colors of #e39adc

#e39adc #e39ab8 #c69ae3

Monochromatic Colors of #e39adc

#e39adc

Complementary Color

#e39adc #9ae3a1

#e39adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39adc Color CSS Codes

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

#e39adc Text Font Color

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

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


#e39adc Background Color

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

This div background color is #e39adc


#e39adc Border Color

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

This div border color is #e39adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,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 #e39adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39adc


Comments

No comments written yet.

Please login to write comment.