Color Hex Logo

#db8fbf Color Hex

#DB8FBF
(219,143,191)
0 Favorites   0 Comments

Color spaces of #db8fbf

RGB 219143191
HSL0.890.510.71
HSV322°35°86°
CMYK 0.000.350.13   0.14
XYZ48.439838.466654.1619
Yxy38.46660.34340.2727
Hunter Lab62.021430.8740-8.3616
CIE-Lab68.363135.7505-13.0142

#db8fbf color RGB value is (219,143,191).

#db8fbf hex color red value is 219, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #db8fbf hue: 0.89 , saturation: 0.51 and the lightness value of db8fbf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001111 10111111
Octal 333 217 277
Decimal 219 143 191
Hex DB 8F BF

RGB Percentages of Color #db8fbf

%39.60
%25.86
%34.54

CMYK Percentages of Color #db8fbf

%0
%35
%13
%14

Triadic Colors of #db8fbf

#db8fbf #bfdb8f #8fbfdb

Analogous Colors of #db8fbf

#db8fbf #db8f99 #d18fdb

Monochromatic Colors of #db8fbf

#db8fbf

Complementary Color

#db8fbf #8fdbab

#db8fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8fbf Color CSS Codes

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

#db8fbf Text Font Color

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

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


#db8fbf Background Color

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

This div background color is #db8fbf


#db8fbf Border Color

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

This div border color is #db8fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8fbf


Comments

No comments written yet.

Please login to write comment.