Color Hex Logo

#dea6bc Color Hex

#DEA6BC
(222,166,188)
0 Favorites   0 Comments

Color spaces of #dea6bc

RGB 222166188
HSL0.930.460.76
HSV336°25°87°
CMYK 0.000.250.15   0.13
XYZ52.837546.432953.7546
Yxy46.43290.34530.3034
Hunter Lab68.141719.16210.9274
CIE-Lab73.825623.9434-3.1980

#dea6bc color RGB value is (222,166,188).

#dea6bc hex color red value is 222, green value is 166 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dea6bc hue: 0.93 , saturation: 0.46 and the lightness value of dea6bc is 0.76.

The process color (four color CMYK) of #dea6bc color hex is 0.00, 0.25, 0.15, 0.13. Web safe color of #dea6bc is #cc99cc. Color #dea6bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 10111100
Octal 336 246 274
Decimal 222 166 188
Hex DE A6 BC

RGB Percentages of Color #dea6bc

%38.54
%28.82
%32.64

CMYK Percentages of Color #dea6bc

%0
%25
%15
%13

Triadic Colors of #dea6bc

#dea6bc #bcdea6 #a6bcde

Analogous Colors of #dea6bc

#dea6bc #deaca6 #dea6d8

Monochromatic Colors of #dea6bc

#dea6bc

Complementary Color

#dea6bc #a6dec8

#dea6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea6bc Color CSS Codes

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

#dea6bc Text Font Color

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

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


#dea6bc Background Color

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

This div background color is #dea6bc


#dea6bc Border Color

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

This div border color is #dea6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea6bc


Comments

No comments written yet.

Please login to write comment.