Color Hex Logo

#e17abc Color Hex

#E17ABC
(225,122,188)
0 Favorites   0 Comments

Color spaces of #e17abc

RGB 225122188
HSL0.890.630.68
HSV322°46°88°
CMYK 0.000.460.16   0.12
XYZ47.088033.557551.5724
Yxy33.55750.35610.2538
Hunter Lab57.928843.7199-12.2340
CIE-Lab64.609848.1783-16.9186

#e17abc color RGB value is (225,122,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111010 10111100
Octal 341 172 274
Decimal 225 122 188
Hex E1 7A BC

RGB Percentages of Color #e17abc

%42.06
%22.80
%35.14

CMYK Percentages of Color #e17abc

%0
%46
%16
%12

Triadic Colors of #e17abc

#e17abc #bce17a #7abce1

Analogous Colors of #e17abc

#e17abc #e17a89 #d37ae1

Monochromatic Colors of #e17abc

#e17abc

Complementary Color

#e17abc #7ae19f

#e17abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17abc Color CSS Codes

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

#e17abc Text Font Color

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

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


#e17abc Background Color

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

This div background color is #e17abc


#e17abc Border Color

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

This div border color is #e17abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17abc


Comments

No comments written yet.

Please login to write comment.