Color Hex Logo

#deb7ca Color Hex

#DEB7CA
(222,183,202)
0 Favorites   0 Comments

Color spaces of #deb7ca

RGB 222183202
HSL0.920.370.79
HSV331°18°87°
CMYK 0.000.180.09   0.13
XYZ57.718453.660863.1926
Yxy53.66080.33060.3074
Hunter Lab73.253512.45120.1306
CIE-Lab78.263517.1025-4.3033

#deb7ca color RGB value is (222,183,202).

#deb7ca hex color red value is 222, green value is 183 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #deb7ca hue: 0.92 , saturation: 0.37 and the lightness value of deb7ca is 0.79.

The process color (four color CMYK) of #deb7ca color hex is 0.00, 0.18, 0.09, 0.13. Web safe color of #deb7ca is #cccccc. Color #deb7ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 11001010
Octal 336 267 312
Decimal 222 183 202
Hex DE B7 CA

RGB Percentages of Color #deb7ca

%36.57
%30.15
%33.28

CMYK Percentages of Color #deb7ca

%0
%18
%9
%13

Triadic Colors of #deb7ca

#deb7ca #cadeb7 #b7cade

Analogous Colors of #deb7ca

#deb7ca #deb8b7 #deb7de

Monochromatic Colors of #deb7ca

#deb7ca

Complementary Color

#deb7ca #b7decb

#deb7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb7ca Color CSS Codes

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

#deb7ca Text Font Color

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

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


#deb7ca Background Color

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

This div background color is #deb7ca


#deb7ca Border Color

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

This div border color is #deb7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb7ca


Comments

No comments written yet.

Please login to write comment.