Color Hex Logo

#db8cad Color Hex

#DB8CAD
(219,140,173)
0 Favorites   0 Comments

Color spaces of #db8cad

RGB 219140173
HSL0.930.520.70
HSV335°36°86°
CMYK 0.000.360.21   0.14
XYZ46.134336.833444.2132
Yxy36.83340.36270.2896
Hunter Lab60.690529.4795-0.7095
CIE-Lab67.151934.5319-4.7366

#db8cad color RGB value is (219,140,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001100 10101101
Octal 333 214 255
Decimal 219 140 173
Hex DB 8C AD

RGB Percentages of Color #db8cad

%41.17
%26.32
%32.52

CMYK Percentages of Color #db8cad

%0
%36
%21
%14

Triadic Colors of #db8cad

#db8cad #addb8c #8caddb

Analogous Colors of #db8cad

#db8cad #db938c #db8cd5

Monochromatic Colors of #db8cad

#db8cad

Complementary Color

#db8cad #8cdbba

#db8cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8cad Color CSS Codes

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

#db8cad Text Font Color

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

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


#db8cad Background Color

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

This div background color is #db8cad


#db8cad Border Color

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

This div border color is #db8cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8cad


Comments

No comments written yet.

Please login to write comment.