Color Hex Logo

#db007d Color Hex

#DB007D
(219,0,125)
0 Favorites   0 Comments

Color spaces of #db007d

RGB 2190125
HSL0.901.000.43
HSV326°100°86°
CMYK 0.001.000.43   0.14
XYZ32.915116.540720.8599
Yxy16.54070.46810.2352
Hunter Lab40.670373.2900-1.9408
CIE-Lab47.676076.6544-5.5097

#db007d color RGB value is (219,0,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000000 01111101
Octal 333 0 175
Decimal 219 0 125
Hex DB 0 7D

RGB Percentages of Color #db007d

%63.66
%0.00
%36.34

CMYK Percentages of Color #db007d

%0
%100
%43
%14

Triadic Colors of #db007d

#db007d #7ddb00 #007ddb

Analogous Colors of #db007d

#db007d #db000f #cc00db

Monochromatic Colors of #db007d

#db007d

Complementary Color

#db007d #00db5e

#db007d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db007d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db007d Color CSS Codes

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

#db007d Text Font Color

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

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


#db007d Background Color

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

This div background color is #db007d


#db007d Border Color

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

This div border color is #db007d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db007d


Comments

No comments written yet.

Please login to write comment.