Color Hex Logo

#db065c Color Hex

#DB065C
(219,6,92)
0 Favorites   0 Comments

Color spaces of #db065c

RGB 219692
HSL0.930.950.44
HSV336°97°86°
CMYK 0.000.970.58   0.14
XYZ31.210315.963011.5614
Yxy15.96300.53140.2718
Hunter Lab39.953769.518310.8109
CIE-Lab46.925973.717913.7864

#db065c color RGB value is (219,6,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000110 01011100
Octal 333 6 134
Decimal 219 6 92
Hex DB 6 5C

RGB Percentages of Color #db065c

%69.09
%1.89
%29.02

CMYK Percentages of Color #db065c

%0
%97
%58
%14

Triadic Colors of #db065c

#db065c #5cdb06 #065cdb

Analogous Colors of #db065c

#db065c #db1b06 #db06c7

Monochromatic Colors of #db065c

#db065c

Complementary Color

#db065c #06db85

#db065c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db065c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db065c Color CSS Codes

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

#db065c Text Font Color

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

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


#db065c Background Color

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

This div background color is #db065c


#db065c Border Color

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

This div border color is #db065c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db065c


Comments

No comments written yet.

Please login to write comment.