Color Hex Logo

#db9cda Color Hex

#DB9CDA
(219,156,218)
0 Favorites   0 Comments

Color spaces of #db9cda

RGB 219156218
HSL0.840.470.74
HSV301°29°86°
CMYK 0.000.290.00   0.14
XYZ53.756843.899071.9697
Yxy43.89900.31690.2588
Hunter Lab66.256328.8767-18.0232
CIE-Lab72.160933.4891-22.2165

#db9cda color RGB value is (219,156,218).

#db9cda hex color red value is 219, green value is 156 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #db9cda hue: 0.84 , saturation: 0.47 and the lightness value of db9cda is 0.74.

The process color (four color CMYK) of #db9cda color hex is 0.00, 0.29, 0.00, 0.14. Web safe color of #db9cda is #cc99cc. Color #db9cda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011100 11011010
Octal 333 234 332
Decimal 219 156 218
Hex DB 9C DA

RGB Percentages of Color #db9cda

%36.93
%26.31
%36.76

CMYK Percentages of Color #db9cda

%0
%29
%0
%14

Triadic Colors of #db9cda

#db9cda #dadb9c #9cdadb

Analogous Colors of #db9cda

#db9cda #db9cbb #bd9cdb

Monochromatic Colors of #db9cda

#db9cda

Complementary Color

#db9cda #9cdb9d

#db9cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9cda Color CSS Codes

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

#db9cda Text Font Color

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

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


#db9cda Background Color

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

This div background color is #db9cda


#db9cda Border Color

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

This div border color is #db9cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9cda


Comments

No comments written yet.

Please login to write comment.