Color Hex Logo

#deb1ca Color Hex

#DEB1CA
(222,177,202)
0 Favorites   0 Comments

Color spaces of #deb1ca

RGB 222177202
HSL0.910.410.78
HSV327°20°87°
CMYK 0.000.200.09   0.13
XYZ56.507051.238162.7888
Yxy51.23810.33140.3005
Hunter Lab71.580815.6443-1.9011
CIE-Lab76.823020.3285-6.4309

#deb1ca color RGB value is (222,177,202).

#deb1ca hex color red value is 222, green value is 177 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #deb1ca hue: 0.91 , saturation: 0.41 and the lightness value of deb1ca is 0.78.

The process color (four color CMYK) of #deb1ca color hex is 0.00, 0.20, 0.09, 0.13. Web safe color of #deb1ca is #cc99cc. Color #deb1ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 11001010
Octal 336 261 312
Decimal 222 177 202
Hex DE B1 CA

RGB Percentages of Color #deb1ca

%36.94
%29.45
%33.61

CMYK Percentages of Color #deb1ca

%0
%20
%9
%13

Triadic Colors of #deb1ca

#deb1ca #cadeb1 #b1cade

Analogous Colors of #deb1ca

#deb1ca #deb1b4 #dcb1de

Monochromatic Colors of #deb1ca

#deb1ca

Complementary Color

#deb1ca #b1dec5

#deb1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb1ca Color CSS Codes

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

#deb1ca Text Font Color

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

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


#deb1ca Background Color

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

This div background color is #deb1ca


#deb1ca Border Color

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

This div border color is #deb1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb1ca


Comments

No comments written yet.

Please login to write comment.