Color Hex Logo

#de708e Color Hex

#DE708E
(222,112,142)
0 Favorites   0 Comments

Color spaces of #de708e

RGB 222112142
HSL0.950.630.65
HSV344°50°87°
CMYK 0.000.500.36   0.13
XYZ40.800929.070929.0520
Yxy29.07090.41240.2939
Hunter Lab53.917440.72075.7953
CIE-Lab60.844245.95393.7336

#de708e color RGB value is (222,112,142).

#de708e hex color red value is 222, green value is 112 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #de708e hue: 0.95 , saturation: 0.63 and the lightness value of de708e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110000 10001110
Octal 336 160 216
Decimal 222 112 142
Hex DE 70 8E

RGB Percentages of Color #de708e

%46.64
%23.53
%29.83

CMYK Percentages of Color #de708e

%0
%50
%36
%13

Triadic Colors of #de708e

#de708e #8ede70 #708ede

Analogous Colors of #de708e

#de708e #de8970 #de70c5

Monochromatic Colors of #de708e

#de708e

Complementary Color

#de708e #70dec0

#de708e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de708e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de708e Color CSS Codes

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

#de708e Text Font Color

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

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


#de708e Background Color

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

This div background color is #de708e


#de708e Border Color

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

This div border color is #de708e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de708e


Comments

No comments written yet.

Please login to write comment.