Color Hex Logo

#db017d Color Hex

#DB017D
(219,1,125)
0 Favorites   0 Comments

Color spaces of #db017d

RGB 2191125
HSL0.910.990.43
HSV326°100°86°
CMYK 0.001.000.43   0.14
XYZ32.925916.562420.8635
Yxy16.56240.46800.2354
Hunter Lab40.696973.1960-1.9075
CIE-Lab47.703976.5728-5.4683

#db017d color RGB value is (219,1,125).

#db017d hex color red value is 219, green value is 1 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #db017d hue: 0.91 , saturation: 0.99 and the lightness value of db017d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000001 01111101
Octal 333 1 175
Decimal 219 1 125
Hex DB 1 7D

RGB Percentages of Color #db017d

%63.48
%0.29
%36.23

CMYK Percentages of Color #db017d

%0
%100
%43
%14

Triadic Colors of #db017d

#db017d #7ddb01 #017ddb

Analogous Colors of #db017d

#db017d #db0110 #cc01db

Monochromatic Colors of #db017d

#db017d

Complementary Color

#db017d #01db5f

#db017d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db017d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db017d Color CSS Codes

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

#db017d Text Font Color

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

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


#db017d Background Color

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

This div background color is #db017d


#db017d Border Color

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

This div border color is #db017d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db017d


Comments

No comments written yet.

Please login to write comment.