Color Hex Logo

#db9cca Color Hex

#DB9CCA
(219,156,202)
0 Favorites   0 Comments

Color spaces of #db9cca

RGB 219156202
HSL0.880.470.74
HSV316°29°86°
CMYK 0.000.290.08   0.14
XYZ51.762643.101361.4683
Yxy43.10130.33110.2757
Hunter Lab65.651625.8470-9.5560
CIE-Lab71.623730.6273-14.2200

#db9cca color RGB value is (219,156,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011100 11001010
Octal 333 234 312
Decimal 219 156 202
Hex DB 9C CA

RGB Percentages of Color #db9cca

%37.95
%27.04
%35.01

CMYK Percentages of Color #db9cca

%0
%29
%8
%14

Triadic Colors of #db9cca

#db9cca #cadb9c #9ccadb

Analogous Colors of #db9cca

#db9cca #db9cab #cd9cdb

Monochromatic Colors of #db9cca

#db9cca

Complementary Color

#db9cca #9cdbad

#db9cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9cca Color CSS Codes

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

#db9cca Text Font Color

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

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


#db9cca Background Color

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

This div background color is #db9cca


#db9cca Border Color

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

This div border color is #db9cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9cca


Comments

No comments written yet.

Please login to write comment.