Color Hex Logo

#db97cc Color Hex

#DB97CC
(219,151,204)
0 Favorites   0 Comments

Color spaces of #db97cc

RGB 219151204
HSL0.870.490.73
HSV313°31°86°
CMYK 0.000.310.07   0.14
XYZ51.179141.552962.4498
Yxy41.55290.32980.2678
Hunter Lab64.461528.9120-12.3166
CIE-Lab70.561633.6653-16.9263

#db97cc color RGB value is (219,151,204).

#db97cc hex color red value is 219, green value is 151 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #db97cc hue: 0.87 , saturation: 0.49 and the lightness value of db97cc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010111 11001100
Octal 333 227 314
Decimal 219 151 204
Hex DB 97 CC

RGB Percentages of Color #db97cc

%38.15
%26.31
%35.54

CMYK Percentages of Color #db97cc

%0
%31
%7
%14

Triadic Colors of #db97cc

#db97cc #ccdb97 #97ccdb

Analogous Colors of #db97cc

#db97cc #db97aa #c897db

Monochromatic Colors of #db97cc

#db97cc

Complementary Color

#db97cc #97dba6

#db97cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db97cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db97cc Color CSS Codes

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

#db97cc Text Font Color

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

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


#db97cc Background Color

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

This div background color is #db97cc


#db97cc Border Color

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

This div border color is #db97cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db97cc


Comments

No comments written yet.

Please login to write comment.