Color Hex Logo

#de8caa Color Hex

#DE8CAA
(222,140,170)
0 Favorites   0 Comments

Color spaces of #de8caa

RGB 222140170
HSL0.940.550.71
HSV338°37°87°
CMYK 0.000.370.23   0.13
XYZ46.758037.188042.7438
Yxy37.18800.36910.2935
Hunter Lab60.982030.14671.1295
CIE-Lab67.417835.1483-2.6188

#de8caa color RGB value is (222,140,170).

#de8caa hex color red value is 222, green value is 140 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #de8caa hue: 0.94 , saturation: 0.55 and the lightness value of de8caa is 0.71.

The process color (four color CMYK) of #de8caa color hex is 0.00, 0.37, 0.23, 0.13. Web safe color of #de8caa is #cc9999. Color #de8caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001100 10101010
Octal 336 214 252
Decimal 222 140 170
Hex DE 8C AA

RGB Percentages of Color #de8caa

%41.73
%26.32
%31.95

CMYK Percentages of Color #de8caa

%0
%37
%23
%13

Triadic Colors of #de8caa

#de8caa #aade8c #8caade

Analogous Colors of #de8caa

#de8caa #de978c #de8cd3

Monochromatic Colors of #de8caa

#de8caa

Complementary Color

#de8caa #8cdec0

#de8caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8caa Color CSS Codes

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

#de8caa Text Font Color

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

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


#de8caa Background Color

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

This div background color is #de8caa


#de8caa Border Color

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

This div border color is #de8caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8caa


Comments

No comments written yet.

Please login to write comment.