Color Hex Logo

#e17fcb Color Hex

#E17FCB
(225,127,203)
0 Favorites   0 Comments

Color spaces of #e17fcb

RGB 225127203
HSL0.870.620.69
HSV313°44°88°
CMYK 0.000.440.10   0.12
XYZ49.420235.498160.7470
Yxy35.49810.33930.2437
Hunter Lab59.580343.7953-18.7448
CIE-Lab66.134648.0325-23.0347

#e17fcb color RGB value is (225,127,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 11001011
Octal 341 177 313
Decimal 225 127 203
Hex E1 7F CB

RGB Percentages of Color #e17fcb

%40.54
%22.88
%36.58

CMYK Percentages of Color #e17fcb

%0
%44
%10
%12

Triadic Colors of #e17fcb

#e17fcb #cbe17f #7fcbe1

Analogous Colors of #e17fcb

#e17fcb #e17f9a #c67fe1

Monochromatic Colors of #e17fcb

#e17fcb

Complementary Color

#e17fcb #7fe195

#e17fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17fcb Color CSS Codes

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

#e17fcb Text Font Color

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

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


#e17fcb Background Color

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

This div background color is #e17fcb


#e17fcb Border Color

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

This div border color is #e17fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17fcb


Comments

No comments written yet.

Please login to write comment.