Color Hex Logo

#e17fbe Color Hex

#E17FBE
(225,127,190)
0 Favorites   0 Comments

Color spaces of #e17fbe

RGB 225127190
HSL0.890.620.69
HSV321°44°88°
CMYK 0.000.440.16   0.12
XYZ47.935034.904052.9259
Yxy34.90400.35310.2571
Hunter Lab59.079641.4390-11.7587
CIE-Lab65.673945.9499-16.4362

#e17fbe color RGB value is (225,127,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 10111110
Octal 341 177 276
Decimal 225 127 190
Hex E1 7F BE

RGB Percentages of Color #e17fbe

%41.51
%23.43
%35.06

CMYK Percentages of Color #e17fbe

%0
%44
%16
%12

Triadic Colors of #e17fbe

#e17fbe #bee17f #7fbee1

Analogous Colors of #e17fbe

#e17fbe #e17f8d #d37fe1

Monochromatic Colors of #e17fbe

#e17fbe

Complementary Color

#e17fbe #7fe1a2

#e17fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17fbe Color CSS Codes

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

#e17fbe Text Font Color

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

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


#e17fbe Background Color

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

This div background color is #e17fbe


#e17fbe Border Color

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

This div border color is #e17fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17fbe


Comments

No comments written yet.

Please login to write comment.