Color Hex Logo

#e17ebb Color Hex

#E17EBB
(225,126,187)
0 Favorites   0 Comments

Color spaces of #e17ebb

RGB 225126187
HSL0.900.620.69
HSV323°44°88°
CMYK 0.000.440.17   0.12
XYZ47.481834.517151.1736
Yxy34.51710.35650.2592
Hunter Lab58.751341.4461-10.5170
CIE-Lab65.371045.9973-15.2034

#e17ebb color RGB value is (225,126,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 10111011
Octal 341 176 273
Decimal 225 126 187
Hex E1 7E BB

RGB Percentages of Color #e17ebb

%41.82
%23.42
%34.76

CMYK Percentages of Color #e17ebb

%0
%44
%17
%12

Triadic Colors of #e17ebb

#e17ebb #bbe17e #7ebbe1

Analogous Colors of #e17ebb

#e17ebb #e17e8a #d67ee1

Monochromatic Colors of #e17ebb

#e17ebb

Complementary Color

#e17ebb #7ee1a4

#e17ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17ebb Color CSS Codes

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

#e17ebb Text Font Color

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

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


#e17ebb Background Color

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

This div background color is #e17ebb


#e17ebb Border Color

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

This div border color is #e17ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17ebb


Comments

No comments written yet.

Please login to write comment.