Color Hex Logo

#db13bc Color Hex

#DB13BC
(219,19,188)
0 Favorites   0 Comments

Color spaces of #db13bc

RGB 21919188
HSL0.860.840.47
HSV309°91°86°
CMYK 0.000.910.14   0.14
XYZ38.523419.156749.2441
Yxy19.15670.36030.1792
Hunter Lab43.768480.5149-36.0697
CIE-Lab50.870081.7929-38.2256

#db13bc color RGB value is (219,19,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 10111100
Octal 333 23 274
Decimal 219 19 188
Hex DB 13 BC

RGB Percentages of Color #db13bc

%51.41
%4.46
%44.13

CMYK Percentages of Color #db13bc

%0
%91
%14
%14

Triadic Colors of #db13bc

#db13bc #bcdb13 #13bcdb

Analogous Colors of #db13bc

#db13bc #db1358 #9613db

Monochromatic Colors of #db13bc

#db13bc

Complementary Color

#db13bc #13db32

#db13bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db13bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db13bc Color CSS Codes

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

#db13bc Text Font Color

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

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


#db13bc Background Color

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

This div background color is #db13bc


#db13bc Border Color

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

This div border color is #db13bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db13bc


Comments

No comments written yet.

Please login to write comment.