Color Hex Logo

#db88ad Color Hex

#DB88AD
(219,136,173)
0 Favorites   0 Comments

Color spaces of #db88ad

RGB 219136173
HSL0.930.540.70
HSV333°38°86°
CMYK 0.000.380.21   0.14
XYZ45.560435.685544.0219
Yxy35.68550.36370.2849
Hunter Lab59.737331.5978-1.8761
CIE-Lab66.278936.6584-6.0278

#db88ad color RGB value is (219,136,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001000 10101101
Octal 333 210 255
Decimal 219 136 173
Hex DB 88 AD

RGB Percentages of Color #db88ad

%41.48
%25.76
%32.77

CMYK Percentages of Color #db88ad

%0
%38
%21
%14

Triadic Colors of #db88ad

#db88ad #addb88 #88addb

Analogous Colors of #db88ad

#db88ad #db8d88 #db88d7

Monochromatic Colors of #db88ad

#db88ad

Complementary Color

#db88ad #88dbb6

#db88ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db88ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db88ad Color CSS Codes

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

#db88ad Text Font Color

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

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


#db88ad Background Color

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

This div background color is #db88ad


#db88ad Border Color

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

This div border color is #db88ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db88ad


Comments

No comments written yet.

Please login to write comment.