Color Hex Logo

#e69adc Color Hex

#E69ADC
(230,154,220)
0 Favorites   0 Comments

Color spaces of #e69adc

RGB 230154220
HSL0.860.600.75
HSV308°33°90°
CMYK 0.000.330.04   0.10
XYZ57.107045.101573.4057
Yxy45.10150.32520.2568
Hunter Lab67.157734.2602-17.7957
CIE-Lab72.958738.4679-21.9921

#e69adc color RGB value is (230,154,220).

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

The process color (four color CMYK) of #e69adc color hex is 0.00, 0.33, 0.04, 0.10. Web safe color of #e69adc is #ff99cc. Color #e69adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011010 11011100
Octal 346 232 334
Decimal 230 154 220
Hex E6 9A DC

RGB Percentages of Color #e69adc

%38.08
%25.50
%36.42

CMYK Percentages of Color #e69adc

%0
%33
%4
%10

Triadic Colors of #e69adc

#e69adc #dce69a #9adce6

Analogous Colors of #e69adc

#e69adc #e69ab6 #ca9ae6

Monochromatic Colors of #e69adc

#e69adc

Complementary Color

#e69adc #9ae6a4

#e69adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69adc Color CSS Codes

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

#e69adc Text Font Color

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

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


#e69adc Background Color

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

This div background color is #e69adc


#e69adc Border Color

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

This div border color is #e69adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69adc


Comments

No comments written yet.

Please login to write comment.