Color Hex Logo

#db8cae Color Hex

#DB8CAE
(219,140,174)
0 Favorites   0 Comments

Color spaces of #db8cae

RGB 219140174
HSL0.930.520.70
HSV334°36°86°
CMYK 0.000.360.21   0.14
XYZ46.231536.872244.7248
Yxy36.87220.36170.2885
Hunter Lab60.722529.6379-1.1640
CIE-Lab67.181034.6819-5.2554

#db8cae color RGB value is (219,140,174).

#db8cae hex color red value is 219, green value is 140 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #db8cae hue: 0.93 , saturation: 0.52 and the lightness value of db8cae is 0.70.

The process color (four color CMYK) of #db8cae color hex is 0.00, 0.36, 0.21, 0.14. Web safe color of #db8cae is #cc9999. Color #db8cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001100 10101110
Octal 333 214 256
Decimal 219 140 174
Hex DB 8C AE

RGB Percentages of Color #db8cae

%41.09
%26.27
%32.65

CMYK Percentages of Color #db8cae

%0
%36
%21
%14

Triadic Colors of #db8cae

#db8cae #aedb8c #8caedb

Analogous Colors of #db8cae

#db8cae #db928c #db8cd6

Monochromatic Colors of #db8cae

#db8cae

Complementary Color

#db8cae #8cdbb9

#db8cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8cae Color CSS Codes

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

#db8cae Text Font Color

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

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


#db8cae Background Color

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

This div background color is #db8cae


#db8cae Border Color

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

This div border color is #db8cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8cae


Comments

No comments written yet.

Please login to write comment.