Color Hex Logo

#de718e Color Hex

#DE718E
(222,113,142)
0 Favorites   0 Comments

Color spaces of #de718e

RGB 222113142
HSL0.960.620.66
HSV344°49°87°
CMYK 0.000.490.36   0.13
XYZ40.911829.292829.0890
Yxy29.29280.41200.2950
Hunter Lab54.122840.21446.0198
CIE-Lab61.039245.45474.0152

#de718e color RGB value is (222,113,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 10001110
Octal 336 161 216
Decimal 222 113 142
Hex DE 71 8E

RGB Percentages of Color #de718e

%46.54
%23.69
%29.77

CMYK Percentages of Color #de718e

%0
%49
%36
%13

Triadic Colors of #de718e

#de718e #8ede71 #718ede

Analogous Colors of #de718e

#de718e #de8b71 #de71c5

Monochromatic Colors of #de718e

#de718e

Complementary Color

#de718e #71dec1

#de718e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de718e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de718e Color CSS Codes

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

#de718e Text Font Color

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

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


#de718e Background Color

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

This div background color is #de718e


#de718e Border Color

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

This div border color is #de718e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de718e


Comments

No comments written yet.

Please login to write comment.