Color Hex Logo

#db88ac Color Hex

#DB88AC
(219,136,172)
0 Favorites   0 Comments

Color spaces of #db88ac

RGB 219136172
HSL0.930.540.70
HSV334°38°86°
CMYK 0.000.380.21   0.14
XYZ45.464035.646943.5141
Yxy35.64690.36480.2860
Hunter Lab59.705031.4398-1.4181
CIE-Lab66.249236.5101-5.5081

#db88ac color RGB value is (219,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001000 10101100
Octal 333 210 254
Decimal 219 136 172
Hex DB 88 AC

RGB Percentages of Color #db88ac

%41.56
%25.81
%32.64

CMYK Percentages of Color #db88ac

%0
%38
%21
%14

Triadic Colors of #db88ac

#db88ac #acdb88 #88acdb

Analogous Colors of #db88ac

#db88ac #db8e88 #db88d6

Monochromatic Colors of #db88ac

#db88ac

Complementary Color

#db88ac #88dbb7

#db88ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db88ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db88ac Color CSS Codes

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

#db88ac Text Font Color

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

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


#db88ac Background Color

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

This div background color is #db88ac


#db88ac Border Color

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

This div border color is #db88ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db88ac


Comments

No comments written yet.

Please login to write comment.