Color Hex Logo

#db96be Color Hex

#DB96BE
(219,150,190)
0 Favorites   0 Comments

Color spaces of #db96be

RGB 219150190
HSL0.900.490.72
HSV325°32°86°
CMYK 0.000.320.13   0.14
XYZ49.414040.590553.9455
Yxy40.59050.34330.2820
Hunter Lab63.710726.9509-5.6049
CIE-Lab69.888131.8371-10.1737

#db96be color RGB value is (219,150,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010110 10111110
Octal 333 226 276
Decimal 219 150 190
Hex DB 96 BE

RGB Percentages of Color #db96be

%39.18
%26.83
%33.99

CMYK Percentages of Color #db96be

%0
%32
%13
%14

Triadic Colors of #db96be

#db96be #bedb96 #96bedb

Analogous Colors of #db96be

#db96be #db969c #d696db

Monochromatic Colors of #db96be

#db96be

Complementary Color

#db96be #96dbb3

#db96be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db96be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db96be Color CSS Codes

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

#db96be Text Font Color

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

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


#db96be Background Color

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

This div background color is #db96be


#db96be Border Color

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

This div border color is #db96be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db96be


Comments

No comments written yet.

Please login to write comment.