Color Hex Logo

#e17adc Color Hex

#E17ADC
(225,122,220)
0 Favorites   0 Comments

Color spaces of #e17adc

RGB 225122220
HSL0.840.630.68
HSV303°46°88°
CMYK 0.000.460.02   0.12
XYZ50.929135.093971.7997
Yxy35.09390.32270.2224
Hunter Lab59.240149.7874-30.3921
CIE-Lab65.821753.4323-33.0089

#e17adc color RGB value is (225,122,220).

#e17adc hex color red value is 225, green value is 122 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e17adc hue: 0.84 , saturation: 0.63 and the lightness value of e17adc is 0.68.

The process color (four color CMYK) of #e17adc color hex is 0.00, 0.46, 0.02, 0.12. Web safe color of #e17adc is #cc66cc. Color #e17adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111010 11011100
Octal 341 172 334
Decimal 225 122 220
Hex E1 7A DC

RGB Percentages of Color #e17adc

%39.68
%21.52
%38.80

CMYK Percentages of Color #e17adc

%0
%46
%2
%12

Triadic Colors of #e17adc

#e17adc #dce17a #7adce1

Analogous Colors of #e17adc

#e17adc #e17aa9 #b37ae1

Monochromatic Colors of #e17adc

#e17adc

Complementary Color

#e17adc #7ae17f

#e17adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17adc Color CSS Codes

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

#e17adc Text Font Color

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

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


#e17adc Background Color

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

This div background color is #e17adc


#e17adc Border Color

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

This div border color is #e17adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17adc


Comments

No comments written yet.

Please login to write comment.