Color Hex Logo

#de719e Color Hex

#DE719E
(222,113,158)
0 Favorites   0 Comments

Color spaces of #de719e

RGB 222113158
HSL0.930.620.66
HSV335°49°87°
CMYK 0.000.490.29   0.13
XYZ42.200929.808535.8771
Yxy29.80850.39120.2763
Hunter Lab54.597242.4266-0.7429
CIE-Lab61.488647.4415-4.5377

#de719e color RGB value is (222,113,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 10011110
Octal 336 161 236
Decimal 222 113 158
Hex DE 71 9E

RGB Percentages of Color #de719e

%45.03
%22.92
%32.05

CMYK Percentages of Color #de719e

%0
%49
%29
%13

Triadic Colors of #de719e

#de719e #9ede71 #719ede

Analogous Colors of #de719e

#de719e #de7b71 #de71d5

Monochromatic Colors of #de719e

#de719e

Complementary Color

#de719e #71deb1

#de719e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de719e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de719e Color CSS Codes

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

#de719e Text Font Color

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

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


#de719e Background Color

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

This div background color is #de719e


#de719e Border Color

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

This div border color is #de719e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de719e


Comments

No comments written yet.

Please login to write comment.