Color Hex Logo

#de5c7e Color Hex

#DE5C7E
(222,92,126)
0 Favorites   0 Comments

Color spaces of #de5c7e

RGB 22292126
HSL0.960.660.62
HSV344°59°87°
CMYK 0.000.590.43   0.13
XYZ37.717224.690222.5164
Yxy24.69020.44410.2907
Hunter Lab49.689248.53647.9155
CIE-Lab56.772353.75267.1990

#de5c7e color RGB value is (222,92,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011100 01111110
Octal 336 134 176
Decimal 222 92 126
Hex DE 5C 7E

RGB Percentages of Color #de5c7e

%50.45
%20.91
%28.64

CMYK Percentages of Color #de5c7e

%0
%59
%43
%13

Triadic Colors of #de5c7e

#de5c7e #7ede5c #5c7ede

Analogous Colors of #de5c7e

#de5c7e #de7b5c #de5cbf

Monochromatic Colors of #de5c7e

#de5c7e

Complementary Color

#de5c7e #5cdebc

#de5c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5c7e Color CSS Codes

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

#de5c7e Text Font Color

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

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


#de5c7e Background Color

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

This div background color is #de5c7e


#de5c7e Border Color

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

This div border color is #de5c7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5c7e


Comments

No comments written yet.

Please login to write comment.