Color Hex Logo

#db086c Color Hex

#DB086C
(219,8,108)
0 Favorites   0 Comments

Color spaces of #db086c

RGB 2198108
HSL0.920.930.45
HSV332°96°86°
CMYK 0.000.960.51   0.14
XYZ32.007016.316415.6498
Yxy16.31640.50030.2551
Hunter Lab40.393670.75095.3046
CIE-Lab47.386974.64154.5235

#db086c color RGB value is (219,8,108).

#db086c hex color red value is 219, green value is 8 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #db086c hue: 0.92 , saturation: 0.93 and the lightness value of db086c is 0.45.

The process color (four color CMYK) of #db086c color hex is 0.00, 0.96, 0.51, 0.14. Web safe color of #db086c is #cc0066. Color #db086c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001000 01101100
Octal 333 10 154
Decimal 219 8 108
Hex DB 8 6C

RGB Percentages of Color #db086c

%65.37
%2.39
%32.24

CMYK Percentages of Color #db086c

%0
%96
%51
%14

Triadic Colors of #db086c

#db086c #6cdb08 #086cdb

Analogous Colors of #db086c

#db086c #db0d08 #db08d6

Monochromatic Colors of #db086c

#db086c

Complementary Color

#db086c #08db77

#db086c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db086c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db086c Color CSS Codes

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

#db086c Text Font Color

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

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


#db086c Background Color

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

This div background color is #db086c


#db086c Border Color

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

This div border color is #db086c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db086c


Comments

No comments written yet.

Please login to write comment.