Color Hex Logo

#db93bf Color Hex

#DB93BF
(219,147,191)
0 Favorites   0 Comments

Color spaces of #db93bf

RGB 219147191
HSL0.900.500.72
HSV323°33°86°
CMYK 0.000.330.13   0.14
XYZ49.051139.689154.3657
Yxy39.68910.34280.2773
Hunter Lab62.999328.7309-7.0652
CIE-Lab69.247533.6114-11.6879

#db93bf color RGB value is (219,147,191).

#db93bf hex color red value is 219, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #db93bf hue: 0.90 , saturation: 0.50 and the lightness value of db93bf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010011 10111111
Octal 333 223 277
Decimal 219 147 191
Hex DB 93 BF

RGB Percentages of Color #db93bf

%39.32
%26.39
%34.29

CMYK Percentages of Color #db93bf

%0
%33
%13
%14

Triadic Colors of #db93bf

#db93bf #bfdb93 #93bfdb

Analogous Colors of #db93bf

#db93bf #db939b #d393db

Monochromatic Colors of #db93bf

#db93bf

Complementary Color

#db93bf #93dbaf

#db93bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db93bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db93bf Color CSS Codes

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

#db93bf Text Font Color

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

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


#db93bf Background Color

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

This div background color is #db93bf


#db93bf Border Color

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

This div border color is #db93bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,147,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 #db93bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db93bf


Comments

No comments written yet.

Please login to write comment.