Color Hex Logo

#e17ebf Color Hex

#E17EBF
(225,126,191)
0 Favorites   0 Comments

Color spaces of #e17ebf

RGB 225126191
HSL0.890.620.69
HSV321°44°88°
CMYK 0.000.440.15   0.12
XYZ47.916234.690853.4608
Yxy34.69080.35210.2550
Hunter Lab58.898942.1426-12.5866
CIE-Lab65.507246.6161-17.2515

#e17ebf color RGB value is (225,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 10111111
Octal 341 176 277
Decimal 225 126 191
Hex E1 7E BF

RGB Percentages of Color #e17ebf

%41.51
%23.25
%35.24

CMYK Percentages of Color #e17ebf

%0
%44
%15
%12

Triadic Colors of #e17ebf

#e17ebf #bfe17e #7ebfe1

Analogous Colors of #e17ebf

#e17ebf #e17e8e #d27ee1

Monochromatic Colors of #e17ebf

#e17ebf

Complementary Color

#e17ebf #7ee1a0

#e17ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17ebf Color CSS Codes

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

#e17ebf Text Font Color

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

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


#e17ebf Background Color

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

This div background color is #e17ebf


#e17ebf Border Color

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

This div border color is #e17ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17ebf


Comments

No comments written yet.

Please login to write comment.