Color Hex Logo

#e17fbf Color Hex

#E17FBF
(225,127,191)
0 Favorites   0 Comments

Color spaces of #e17fbf

RGB 225127191
HSL0.890.620.69
HSV321°44°88°
CMYK 0.000.440.15   0.12
XYZ48.044734.947953.5036
Yxy34.94790.35200.2560
Hunter Lab59.116741.6142-12.2787
CIE-Lab65.708146.1058-16.9472

#e17fbf color RGB value is (225,127,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 10111111
Octal 341 177 277
Decimal 225 127 191
Hex E1 7F BF

RGB Percentages of Color #e17fbf

%41.44
%23.39
%35.17

CMYK Percentages of Color #e17fbf

%0
%44
%15
%12

Triadic Colors of #e17fbf

#e17fbf #bfe17f #7fbfe1

Analogous Colors of #e17fbf

#e17fbf #e17f8e #d27fe1

Monochromatic Colors of #e17fbf

#e17fbf

Complementary Color

#e17fbf #7fe1a1

#e17fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17fbf Color CSS Codes

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

#e17fbf Text Font Color

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

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


#e17fbf Background Color

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

This div background color is #e17fbf


#e17fbf Border Color

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

This div border color is #e17fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17fbf


Comments

No comments written yet.

Please login to write comment.