Color Hex Logo

#db94bc Color Hex

#DB94BC
(219,148,188)
0 Favorites   0 Comments

Color spaces of #db94bc

RGB 219148188
HSL0.910.500.72
HSV326°32°86°
CMYK 0.000.320.14   0.14
XYZ48.880439.870752.6965
Yxy39.87070.34560.2819
Hunter Lab63.143227.6796-5.2805
CIE-Lab69.377332.5861-9.8233

#db94bc color RGB value is (219,148,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 10111100
Octal 333 224 274
Decimal 219 148 188
Hex DB 94 BC

RGB Percentages of Color #db94bc

%39.46
%26.67
%33.87

CMYK Percentages of Color #db94bc

%0
%32
%14
%14

Triadic Colors of #db94bc

#db94bc #bcdb94 #94bcdb

Analogous Colors of #db94bc

#db94bc #db9499 #d794db

Monochromatic Colors of #db94bc

#db94bc

Complementary Color

#db94bc #94dbb3

#db94bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db94bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db94bc Color CSS Codes

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

#db94bc Text Font Color

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

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


#db94bc Background Color

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

This div background color is #db94bc


#db94bc Border Color

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

This div border color is #db94bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db94bc


Comments

No comments written yet.

Please login to write comment.