Color Hex Logo

#e17dcb Color Hex

#E17DCB
(225,125,203)
0 Favorites   0 Comments

Color spaces of #e17dcb

RGB 225125203
HSL0.870.630.69
HSV313°44°88°
CMYK 0.000.440.10   0.12
XYZ49.164434.986660.6617
Yxy34.98660.33950.2416
Hunter Lab59.149544.8557-19.4012
CIE-Lab65.738249.0462-23.6411

#e17dcb color RGB value is (225,125,203).

#e17dcb hex color red value is 225, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e17dcb hue: 0.87 , saturation: 0.63 and the lightness value of e17dcb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111101 11001011
Octal 341 175 313
Decimal 225 125 203
Hex E1 7D CB

RGB Percentages of Color #e17dcb

%40.69
%22.60
%36.71

CMYK Percentages of Color #e17dcb

%0
%44
%10
%12

Triadic Colors of #e17dcb

#e17dcb #cbe17d #7dcbe1

Analogous Colors of #e17dcb

#e17dcb #e17d99 #c57de1

Monochromatic Colors of #e17dcb

#e17dcb

Complementary Color

#e17dcb #7de193

#e17dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17dcb Color CSS Codes

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

#e17dcb Text Font Color

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

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


#e17dcb Background Color

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

This div background color is #e17dcb


#e17dcb Border Color

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

This div border color is #e17dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,125,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17dcb


Comments

No comments written yet.

Please login to write comment.