Color Hex Logo

#de7cad Color Hex

#DE7CAD
(222,124,173)
0 Favorites   0 Comments

Color spaces of #de7cad

RGB 222124173
HSL0.920.600.68
HSV330°44°87°
CMYK 0.000.440.22   0.13
XYZ44.874732.962043.5323
Yxy32.96200.36970.2716
Hunter Lab57.412539.0469-4.7671
CIE-Lab64.130143.9474-9.1823

#de7cad color RGB value is (222,124,173).

#de7cad hex color red value is 222, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #de7cad hue: 0.92 , saturation: 0.60 and the lightness value of de7cad is 0.68.

The process color (four color CMYK) of #de7cad color hex is 0.00, 0.44, 0.22, 0.13. Web safe color of #de7cad is #cc6699. Color #de7cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111100 10101101
Octal 336 174 255
Decimal 222 124 173
Hex DE 7C AD

RGB Percentages of Color #de7cad

%42.77
%23.89
%33.33

CMYK Percentages of Color #de7cad

%0
%44
%22
%13

Triadic Colors of #de7cad

#de7cad #adde7c #7cadde

Analogous Colors of #de7cad

#de7cad #de7c7c #de7cde

Monochromatic Colors of #de7cad

#de7cad

Complementary Color

#de7cad #7cdead

#de7cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7cad Color CSS Codes

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

#de7cad Text Font Color

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

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


#de7cad Background Color

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

This div background color is #de7cad


#de7cad Border Color

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

This div border color is #de7cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7cad


Comments

No comments written yet.

Please login to write comment.