Color Hex Logo

#db10ac Color Hex

#DB10AC
(219,16,172)
0 Favorites   0 Comments

Color spaces of #db10ac

RGB 21916172
HSL0.870.860.46
HSV314°93°86°
CMYK 0.000.930.21   0.14
XYZ36.845118.409240.6411
Yxy18.40920.38420.1920
Hunter Lab42.905978.1999-26.1261
CIE-Lab49.988780.1383-30.2272

#db10ac color RGB value is (219,16,172).

#db10ac hex color red value is 219, green value is 16 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #db10ac hue: 0.87 , saturation: 0.86 and the lightness value of db10ac is 0.46.

The process color (four color CMYK) of #db10ac color hex is 0.00, 0.93, 0.21, 0.14. Web safe color of #db10ac is #cc0099. Color #db10ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010000 10101100
Octal 333 20 254
Decimal 219 16 172
Hex DB 10 AC

RGB Percentages of Color #db10ac

%53.81
%3.93
%42.26

CMYK Percentages of Color #db10ac

%0
%93
%21
%14

Triadic Colors of #db10ac

#db10ac #acdb10 #10acdb

Analogous Colors of #db10ac

#db10ac #db1047 #a510db

Monochromatic Colors of #db10ac

#db10ac

Complementary Color

#db10ac #10db3f

#db10ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db10ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db10ac Color CSS Codes

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

#db10ac Text Font Color

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

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


#db10ac Background Color

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

This div background color is #db10ac


#db10ac Border Color

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

This div border color is #db10ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db10ac


Comments

No comments written yet.

Please login to write comment.