Color Hex Logo

#de7cae Color Hex

#DE7CAE
(222,124,174)
0 Favorites   0 Comments

Color spaces of #de7cae

RGB 222124174
HSL0.910.600.68
HSV329°44°87°
CMYK 0.000.440.22   0.13
XYZ44.971833.000944.0439
Yxy33.00090.36860.2705
Hunter Lab57.446439.2071-5.2449
CIE-Lab64.161644.0922-9.7029

#de7cae color RGB value is (222,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111100 10101110
Octal 336 174 256
Decimal 222 124 174
Hex DE 7C AE

RGB Percentages of Color #de7cae

%42.69
%23.85
%33.46

CMYK Percentages of Color #de7cae

%0
%44
%22
%13

Triadic Colors of #de7cae

#de7cae #aede7c #7caede

Analogous Colors of #de7cae

#de7cae #de7c7d #dd7cde

Monochromatic Colors of #de7cae

#de7cae

Complementary Color

#de7cae #7cdeac

#de7cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7cae Color CSS Codes

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

#de7cae Text Font Color

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

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


#de7cae Background Color

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

This div background color is #de7cae


#de7cae Border Color

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

This div border color is #de7cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7cae


Comments

No comments written yet.

Please login to write comment.