Color Hex Logo

#db83ad Color Hex

#DB83AD
(219,131,173)
0 Favorites   0 Comments

Color spaces of #db83ad

RGB 219131173
HSL0.920.550.69
HSV331°40°86°
CMYK 0.000.400.21   0.14
XYZ44.872534.309843.7926
Yxy34.30980.36490.2790
Hunter Lab58.574634.2389-3.3253
CIE-Lab65.207739.2961-7.6174

#db83ad color RGB value is (219,131,173).

#db83ad hex color red value is 219, green value is 131 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db83ad hue: 0.92 , saturation: 0.55 and the lightness value of db83ad is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000011 10101101
Octal 333 203 255
Decimal 219 131 173
Hex DB 83 AD

RGB Percentages of Color #db83ad

%41.87
%25.05
%33.08

CMYK Percentages of Color #db83ad

%0
%40
%21
%14

Triadic Colors of #db83ad

#db83ad #addb83 #83addb

Analogous Colors of #db83ad

#db83ad #db8583 #db83d9

Monochromatic Colors of #db83ad

#db83ad

Complementary Color

#db83ad #83dbb1

#db83ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db83ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db83ad Color CSS Codes

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

#db83ad Text Font Color

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

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


#db83ad Background Color

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

This div background color is #db83ad


#db83ad Border Color

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

This div border color is #db83ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db83ad


Comments

No comments written yet.

Please login to write comment.