Color Hex Logo

#e17fba Color Hex

#E17FBA
(225,127,186)
0 Favorites   0 Comments

Color spaces of #e17fba

RGB 225127186
HSL0.900.620.69
HSV324°44°88°
CMYK 0.000.440.17   0.12
XYZ47.503634.731550.6545
Yxy34.73150.35750.2614
Hunter Lab58.933440.7473-9.7076
CIE-Lab65.539145.3333-14.3860

#e17fba color RGB value is (225,127,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 10111010
Octal 341 177 272
Decimal 225 127 186
Hex E1 7F BA

RGB Percentages of Color #e17fba

%41.82
%23.61
%34.57

CMYK Percentages of Color #e17fba

%0
%44
%17
%12

Triadic Colors of #e17fba

#e17fba #bae17f #7fbae1

Analogous Colors of #e17fba

#e17fba #e17f89 #d77fe1

Monochromatic Colors of #e17fba

#e17fba

Complementary Color

#e17fba #7fe1a6

#e17fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17fba Color CSS Codes

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

#e17fba Text Font Color

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

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


#e17fba Background Color

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

This div background color is #e17fba


#e17fba Border Color

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

This div border color is #e17fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17fba

#e17fba Color Palettes


Comments

No comments written yet.

Please login to write comment.