Color Hex Logo

#db8fbd Color Hex

#DB8FBD
(219,143,189)
0 Favorites   0 Comments

Color spaces of #db8fbd

RGB 219143189
HSL0.900.510.71
HSV324°35°86°
CMYK 0.000.350.14   0.14
XYZ48.221238.379153.0105
Yxy38.37910.34540.2749
Hunter Lab61.950930.5265-7.3680
CIE-Lab68.299135.4247-11.9936

#db8fbd color RGB value is (219,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001111 10111101
Octal 333 217 275
Decimal 219 143 189
Hex DB 8F BD

RGB Percentages of Color #db8fbd

%39.75
%25.95
%34.30

CMYK Percentages of Color #db8fbd

%0
%35
%14
%14

Triadic Colors of #db8fbd

#db8fbd #bddb8f #8fbddb

Analogous Colors of #db8fbd

#db8fbd #db8f97 #d38fdb

Monochromatic Colors of #db8fbd

#db8fbd

Complementary Color

#db8fbd #8fdbad

#db8fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8fbd Color CSS Codes

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

#db8fbd Text Font Color

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

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


#db8fbd Background Color

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

This div background color is #db8fbd


#db8fbd Border Color

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

This div border color is #db8fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8fbd


Comments

No comments written yet.

Please login to write comment.