Color Hex Logo

#e19fcd Color Hex

#E19FCD
(225,159,205)
0 Favorites   0 Comments

Color spaces of #e19fcd

RGB 225159205
HSL0.880.520.75
HSV318°29°88°
CMYK 0.000.290.09   0.12
XYZ54.468945.211663.6135
Yxy45.21160.33360.2769
Hunter Lab67.239626.9286-9.0249
CIE-Lab73.031031.5566-13.6945

#e19fcd color RGB value is (225,159,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011111 11001101
Octal 341 237 315
Decimal 225 159 205
Hex E1 9F CD

RGB Percentages of Color #e19fcd

%38.20
%26.99
%34.80

CMYK Percentages of Color #e19fcd

%0
%29
%9
%12

Triadic Colors of #e19fcd

#e19fcd #cde19f #9fcde1

Analogous Colors of #e19fcd

#e19fcd #e19fac #d49fe1

Monochromatic Colors of #e19fcd

#e19fcd

Complementary Color

#e19fcd #9fe1b3

#e19fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19fcd Color CSS Codes

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

#e19fcd Text Font Color

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

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


#e19fcd Background Color

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

This div background color is #e19fcd


#e19fcd Border Color

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

This div border color is #e19fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19fcd


Comments

No comments written yet.

Please login to write comment.