Color Hex Logo

#db075f Color Hex

#DB075F
(219,7,95)
0 Favorites   0 Comments

Color spaces of #db075f

RGB 219795
HSL0.930.940.44
HSV335°97°86°
CMYK 0.000.970.57   0.14
XYZ31.355016.038312.2696
Yxy16.03830.52550.2688
Hunter Lab40.047869.67089.8686
CIE-Lab47.024773.824412.0611

#db075f color RGB value is (219,7,95).

#db075f hex color red value is 219, green value is 7 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #db075f hue: 0.93 , saturation: 0.94 and the lightness value of db075f is 0.44.

The process color (four color CMYK) of #db075f color hex is 0.00, 0.97, 0.57, 0.14. Web safe color of #db075f is #cc0066. Color #db075f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 01011111
Octal 333 7 137
Decimal 219 7 95
Hex DB 7 5F

RGB Percentages of Color #db075f

%68.22
%2.18
%29.60

CMYK Percentages of Color #db075f

%0
%97
%57
%14

Triadic Colors of #db075f

#db075f #5fdb07 #075fdb

Analogous Colors of #db075f

#db075f #db1907 #db07c9

Monochromatic Colors of #db075f

#db075f

Complementary Color

#db075f #07db83

#db075f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db075f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db075f Color CSS Codes

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

#db075f Text Font Color

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

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


#db075f Background Color

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

This div background color is #db075f


#db075f Border Color

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

This div border color is #db075f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db075f


Comments

No comments written yet.

Please login to write comment.