Color Hex Logo

#db8caf Color Hex

#DB8CAF
(219,140,175)
0 Favorites   0 Comments

Color spaces of #db8caf

RGB 219140175
HSL0.930.520.70
HSV333°36°86°
CMYK 0.000.360.20   0.14
XYZ46.329436.911445.2402
Yxy36.91140.36060.2873
Hunter Lab60.754829.7969-1.6212
CIE-Lab67.210534.8322-5.7735

#db8caf color RGB value is (219,140,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001100 10101111
Octal 333 214 257
Decimal 219 140 175
Hex DB 8C AF

RGB Percentages of Color #db8caf

%41.01
%26.22
%32.77

CMYK Percentages of Color #db8caf

%0
%36
%20
%14

Triadic Colors of #db8caf

#db8caf #afdb8c #8cafdb

Analogous Colors of #db8caf

#db8caf #db918c #db8cd7

Monochromatic Colors of #db8caf

#db8caf

Complementary Color

#db8caf #8cdbb8

#db8caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8caf Color CSS Codes

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

#db8caf Text Font Color

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

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


#db8caf Background Color

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

This div background color is #db8caf


#db8caf Border Color

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

This div border color is #db8caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8caf

#db8caf Color Palettes


Comments

No comments written yet.

Please login to write comment.