Color Hex Logo

#e17acb Color Hex

#E17ACB
(225,122,203)
0 Favorites   0 Comments

Color spaces of #e17acb

RGB 225122203
HSL0.870.630.68
HSV313°46°88°
CMYK 0.000.460.10   0.12
XYZ48.790434.238460.5371
Yxy34.23840.33980.2385
Hunter Lab58.513646.4399-20.3808
CIE-Lab65.151450.5555-24.5402

#e17acb color RGB value is (225,122,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111010 11001011
Octal 341 172 313
Decimal 225 122 203
Hex E1 7A CB

RGB Percentages of Color #e17acb

%40.91
%22.18
%36.91

CMYK Percentages of Color #e17acb

%0
%46
%10
%12

Triadic Colors of #e17acb

#e17acb #cbe17a #7acbe1

Analogous Colors of #e17acb

#e17acb #e17a98 #c47ae1

Monochromatic Colors of #e17acb

#e17acb

Complementary Color

#e17acb #7ae190

#e17acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17acb Color CSS Codes

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

#e17acb Text Font Color

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

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


#e17acb Background Color

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

This div background color is #e17acb


#e17acb Border Color

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

This div border color is #e17acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17acb


Comments

No comments written yet.

Please login to write comment.