Color Hex Logo

#db03bc Color Hex

#DB03BC
(219,3,188)
0 Favorites   0 Comments

Color spaces of #db03bc

RGB 2193188
HSL0.860.970.44
HSV309°99°86°
CMYK 0.000.990.14   0.14
XYZ38.323118.756049.1774
Yxy18.75600.36070.1765
Hunter Lab43.308282.1640-37.0093
CIE-Lab50.400583.1743-38.9658

#db03bc color RGB value is (219,3,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000011 10111100
Octal 333 3 274
Decimal 219 3 188
Hex DB 3 BC

RGB Percentages of Color #db03bc

%53.41
%0.73
%45.85

CMYK Percentages of Color #db03bc

%0
%99
%14
%14

Triadic Colors of #db03bc

#db03bc #bcdb03 #03bcdb

Analogous Colors of #db03bc

#db03bc #db0350 #8e03db

Monochromatic Colors of #db03bc

#db03bc

Complementary Color

#db03bc #03db22

#db03bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db03bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db03bc Color CSS Codes

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

#db03bc Text Font Color

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

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


#db03bc Background Color

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

This div background color is #db03bc


#db03bc Border Color

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

This div border color is #db03bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db03bc


Comments

No comments written yet.

Please login to write comment.