Color Hex Logo

#de757e Color Hex

#DE757E
(222,117,126)
0 Favorites   0 Comments

Color spaces of #de757e

RGB 222117126
HSL0.990.610.66
HSV355°47°87°
CMYK 0.000.470.43   0.13
XYZ40.251429.758523.3612
Yxy29.75850.43110.3187
Hunter Lab54.551436.243612.7955
CIE-Lab61.445341.661813.7949

#de757e color RGB value is (222,117,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110101 01111110
Octal 336 165 176
Decimal 222 117 126
Hex DE 75 7E

RGB Percentages of Color #de757e

%47.74
%25.16
%27.10

CMYK Percentages of Color #de757e

%0
%47
%43
%13

Triadic Colors of #de757e

#de757e #7ede75 #757ede

Analogous Colors of #de757e

#de757e #dea175 #de75b3

Monochromatic Colors of #de757e

#de757e

Complementary Color

#de757e #75ded5

#de757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de757e Color CSS Codes

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

#de757e Text Font Color

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

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


#de757e Background Color

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

This div background color is #de757e


#de757e Border Color

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

This div border color is #de757e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de757e

#de757e Color Palettes


Comments

No comments written yet.

Please login to write comment.