Color Hex Logo

#db97dc Color Hex

#DB97DC
(219,151,220)
0 Favorites   0 Comments

Color spaces of #db97dc

RGB 219151220
HSL0.830.500.73
HSV299°31°86°
CMYK 0.000.310.00   0.14
XYZ53.198342.360673.0827
Yxy42.36060.31550.2512
Hunter Lab65.085032.0011-21.0161
CIE-Lab71.118836.5440-24.9067

#db97dc color RGB value is (219,151,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010111 11011100
Octal 333 227 334
Decimal 219 151 220
Hex DB 97 DC

RGB Percentages of Color #db97dc

%37.12
%25.59
%37.29

CMYK Percentages of Color #db97dc

%0
%31
%0
%14

Triadic Colors of #db97dc

#db97dc #dcdb97 #97dcdb

Analogous Colors of #db97dc

#db97dc #dc97bb #b997dc

Monochromatic Colors of #db97dc

#db97dc

Complementary Color

#db97dc #98dc97

#db97dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db97dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db97dc Color CSS Codes

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

#db97dc Text Font Color

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

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


#db97dc Background Color

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

This div background color is #db97dc


#db97dc Border Color

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

This div border color is #db97dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db97dc


Comments

No comments written yet.

Please login to write comment.