Color Hex Logo

#e17fcf Color Hex

#E17FCF
(225,127,207)
0 Favorites   0 Comments

Color spaces of #e17fcf

RGB 225127207
HSL0.860.620.69
HSV311°44°88°
CMYK 0.000.440.08   0.12
XYZ49.903235.691363.2904
Yxy35.69130.33520.2397
Hunter Lab59.742244.5538-20.9918
CIE-Lab66.283448.6969-25.0448

#e17fcf color RGB value is (225,127,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 11001111
Octal 341 177 317
Decimal 225 127 207
Hex E1 7F CF

RGB Percentages of Color #e17fcf

%40.25
%22.72
%37.03

CMYK Percentages of Color #e17fcf

%0
%44
%8
%12

Triadic Colors of #e17fcf

#e17fcf #cfe17f #7fcfe1

Analogous Colors of #e17fcf

#e17fcf #e17f9e #c27fe1

Monochromatic Colors of #e17fcf

#e17fcf

Complementary Color

#e17fcf #7fe191

#e17fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17fcf Color CSS Codes

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

#e17fcf Text Font Color

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

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


#e17fcf Background Color

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

This div background color is #e17fcf


#e17fcf Border Color

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

This div border color is #e17fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17fcf


Comments

No comments written yet.

Please login to write comment.