Color Hex Logo

#e17abb Color Hex

#E17ABB
(225,122,187)
0 Favorites   0 Comments

Color spaces of #e17abb

RGB 225122187
HSL0.890.630.68
HSV322°46°88°
CMYK 0.000.460.17   0.12
XYZ46.980533.514551.0065
Yxy33.51450.35730.2549
Hunter Lab57.891743.5465-11.7143
CIE-Lab64.575448.0254-16.4057

#e17abb color RGB value is (225,122,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111010 10111011
Octal 341 172 273
Decimal 225 122 187
Hex E1 7A BB

RGB Percentages of Color #e17abb

%42.13
%22.85
%35.02

CMYK Percentages of Color #e17abb

%0
%46
%17
%12

Triadic Colors of #e17abb

#e17abb #bbe17a #7abbe1

Analogous Colors of #e17abb

#e17abb #e17a88 #d47ae1

Monochromatic Colors of #e17abb

#e17abb

Complementary Color

#e17abb #7ae1a0

#e17abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17abb Color CSS Codes

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

#e17abb Text Font Color

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

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


#e17abb Background Color

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

This div background color is #e17abb


#e17abb Border Color

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

This div border color is #e17abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17abb


Comments

No comments written yet.

Please login to write comment.