Color Hex Logo

#de727e Color Hex

#DE727E
(222,114,126)
0 Favorites   0 Comments

Color spaces of #de727e

RGB 222114126
HSL0.980.620.66
HSV353°49°87°
CMYK 0.000.490.43   0.13
XYZ39.907429.070623.2465
Yxy29.07060.43270.3152
Hunter Lab53.917237.763812.1790
CIE-Lab60.843943.181412.9543

#de727e color RGB value is (222,114,126).

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

The process color (four color CMYK) of #de727e color hex is 0.00, 0.49, 0.43, 0.13. Web safe color of #de727e is #cc6666. Color #de727e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110010 01111110
Octal 336 162 176
Decimal 222 114 126
Hex DE 72 7E

RGB Percentages of Color #de727e

%48.05
%24.68
%27.27

CMYK Percentages of Color #de727e

%0
%49
%43
%13

Triadic Colors of #de727e

#de727e #7ede72 #727ede

Analogous Colors of #de727e

#de727e #de9c72 #de72b4

Monochromatic Colors of #de727e

#de727e

Complementary Color

#de727e #72ded2

#de727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de727e Color CSS Codes

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

#de727e Text Font Color

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

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


#de727e Background Color

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

This div background color is #de727e


#de727e Border Color

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

This div border color is #de727e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de727e


Comments

No comments written yet.

Please login to write comment.