Color Hex Logo

#db00bc Color Hex

#DB00BC
(219,0,188)
0 Favorites   0 Comments

Color spaces of #db00bc

RGB 2190188
HSL0.861.000.43
HSV308°100°86°
CMYK 0.001.000.14   0.14
XYZ38.290518.690949.1665
Yxy18.69090.36070.1761
Hunter Lab43.233082.4358-37.1642
CIE-Lab50.323683.4011-39.0870

#db00bc color RGB value is (219,0,188).

#db00bc hex color red value is 219, green value is 0 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #db00bc hue: 0.86 , saturation: 1.00 and the lightness value of db00bc is 0.43.

The process color (four color CMYK) of #db00bc color hex is 0.00, 1.00, 0.14, 0.14. Web safe color of #db00bc is #cc00cc. Color #db00bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000000 10111100
Octal 333 0 274
Decimal 219 0 188
Hex DB 0 BC

RGB Percentages of Color #db00bc

%53.81
%0.00
%46.19

CMYK Percentages of Color #db00bc

%0
%100
%14
%14

Triadic Colors of #db00bc

#db00bc #bcdb00 #00bcdb

Analogous Colors of #db00bc

#db00bc #db004f #8d00db

Monochromatic Colors of #db00bc

#db00bc

Complementary Color

#db00bc #00db1f

#db00bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db00bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db00bc Color CSS Codes

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

#db00bc Text Font Color

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

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


#db00bc Background Color

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

This div background color is #db00bc


#db00bc Border Color

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

This div border color is #db00bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db00bc


Comments

No comments written yet.

Please login to write comment.