Color Hex Logo

#e17edc Color Hex

#E17EDC
(225,126,220)
0 Favorites   0 Comments

Color spaces of #e17edc

RGB 225126220
HSL0.840.620.69
HSV303°44°88°
CMYK 0.000.440.02   0.12
XYZ51.430536.096671.9668
Yxy36.09660.32250.2263
Hunter Lab60.080447.6601-28.9637
CIE-Lab66.593751.4332-31.8129

#e17edc color RGB value is (225,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 11011100
Octal 341 176 334
Decimal 225 126 220
Hex E1 7E DC

RGB Percentages of Color #e17edc

%39.40
%22.07
%38.53

CMYK Percentages of Color #e17edc

%0
%44
%2
%12

Triadic Colors of #e17edc

#e17edc #dce17e #7edce1

Analogous Colors of #e17edc

#e17edc #e17eab #b57ee1

Monochromatic Colors of #e17edc

#e17edc

Complementary Color

#e17edc #7ee183

#e17edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17edc Color CSS Codes

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

#e17edc Text Font Color

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

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


#e17edc Background Color

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

This div background color is #e17edc


#e17edc Border Color

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

This div border color is #e17edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17edc


Comments

No comments written yet.

Please login to write comment.