Color Hex Logo

#e19fcb Color Hex

#E19FCB
(225,159,203)
0 Favorites   0 Comments

Color spaces of #e19fcb

RGB 225159203
HSL0.890.520.75
HSV320°29°88°
CMYK 0.000.290.10   0.12
XYZ54.229045.115662.3499
Yxy45.11560.33540.2790
Hunter Lab67.168126.5698-8.0192
CIE-Lab72.967931.2178-12.6887

#e19fcb color RGB value is (225,159,203).

#e19fcb hex color red value is 225, green value is 159 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e19fcb hue: 0.89 , saturation: 0.52 and the lightness value of e19fcb is 0.75.

The process color (four color CMYK) of #e19fcb color hex is 0.00, 0.29, 0.10, 0.12. Web safe color of #e19fcb is #cc99cc. Color #e19fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011111 11001011
Octal 341 237 313
Decimal 225 159 203
Hex E1 9F CB

RGB Percentages of Color #e19fcb

%38.33
%27.09
%34.58

CMYK Percentages of Color #e19fcb

%0
%29
%10
%12

Triadic Colors of #e19fcb

#e19fcb #cbe19f #9fcbe1

Analogous Colors of #e19fcb

#e19fcb #e19faa #d69fe1

Monochromatic Colors of #e19fcb

#e19fcb

Complementary Color

#e19fcb #9fe1b5

#e19fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19fcb Color CSS Codes

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

#e19fcb Text Font Color

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

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


#e19fcb Background Color

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

This div background color is #e19fcb


#e19fcb Border Color

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

This div border color is #e19fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19fcb


Comments

No comments written yet.

Please login to write comment.