Color Hex Logo

#de719f Color Hex

#DE719F
(222,113,159)
0 Favorites   0 Comments

Color spaces of #de719f

RGB 222113159
HSL0.930.620.66
HSV335°49°87°
CMYK 0.000.490.28   0.13
XYZ42.287329.843136.3324
Yxy29.84310.38990.2751
Hunter Lab54.628842.5735-1.1922
CIE-Lab61.518647.5725-5.0679

#de719f color RGB value is (222,113,159).

#de719f hex color red value is 222, green value is 113 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #de719f hue: 0.93 , saturation: 0.62 and the lightness value of de719f is 0.66.

The process color (four color CMYK) of #de719f color hex is 0.00, 0.49, 0.28, 0.13. Web safe color of #de719f is #cc6699. Color #de719f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 10011111
Octal 336 161 237
Decimal 222 113 159
Hex DE 71 9F

RGB Percentages of Color #de719f

%44.94
%22.87
%32.19

CMYK Percentages of Color #de719f

%0
%49
%28
%13

Triadic Colors of #de719f

#de719f #9fde71 #719fde

Analogous Colors of #de719f

#de719f #de7a71 #de71d6

Monochromatic Colors of #de719f

#de719f

Complementary Color

#de719f #71deb0

#de719f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de719f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de719f Color CSS Codes

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

#de719f Text Font Color

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

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


#de719f Background Color

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

This div background color is #de719f


#de719f Border Color

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

This div border color is #de719f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de719f


Comments

No comments written yet.

Please login to write comment.