Color Hex Logo

#e17ecb Color Hex

#E17ECB
(225,126,203)
0 Favorites   0 Comments

Color spaces of #e17ecb

RGB 225126203
HSL0.870.620.69
HSV313°44°88°
CMYK 0.000.440.10   0.12
XYZ49.291735.241160.7042
Yxy35.24110.33940.2426
Hunter Lab59.364244.3260-19.0734
CIE-Lab65.935948.5401-23.3386

#e17ecb color RGB value is (225,126,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 11001011
Octal 341 176 313
Decimal 225 126 203
Hex E1 7E CB

RGB Percentages of Color #e17ecb

%40.61
%22.74
%36.64

CMYK Percentages of Color #e17ecb

%0
%44
%10
%12

Triadic Colors of #e17ecb

#e17ecb #cbe17e #7ecbe1

Analogous Colors of #e17ecb

#e17ecb #e17e9a #c67ee1

Monochromatic Colors of #e17ecb

#e17ecb

Complementary Color

#e17ecb #7ee194

#e17ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17ecb Color CSS Codes

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

#e17ecb Text Font Color

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

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


#e17ecb Background Color

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

This div background color is #e17ecb


#e17ecb Border Color

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

This div border color is #e17ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17ecb


Comments

No comments written yet.

Please login to write comment.