Color Hex Logo

#de728e Color Hex

#DE728E
(222,114,142)
0 Favorites   0 Comments

Color spaces of #de728e

RGB 222114142
HSL0.960.620.66
HSV344°49°87°
CMYK 0.000.490.36   0.13
XYZ41.024029.517229.1264
Yxy29.51720.41160.2962
Hunter Lab54.329739.70716.2452
CIE-Lab61.235444.95374.2983

#de728e color RGB value is (222,114,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110010 10001110
Octal 336 162 216
Decimal 222 114 142
Hex DE 72 8E

RGB Percentages of Color #de728e

%46.44
%23.85
%29.71

CMYK Percentages of Color #de728e

%0
%49
%36
%13

Triadic Colors of #de728e

#de728e #8ede72 #728ede

Analogous Colors of #de728e

#de728e #de8c72 #de72c4

Monochromatic Colors of #de728e

#de728e

Complementary Color

#de728e #72dec2

#de728e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de728e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de728e Color CSS Codes

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

#de728e Text Font Color

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

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


#de728e Background Color

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

This div background color is #de728e


#de728e Border Color

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

This div border color is #de728e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de728e


Comments

No comments written yet.

Please login to write comment.