Color Hex Logo

#db085e Color Hex

#DB085E
(219,8,94)
0 Favorites   0 Comments

Color spaces of #db085e

RGB 219894
HSL0.930.930.45
HSV336°96°86°
CMYK 0.000.960.57   0.14
XYZ31.320616.041912.0353
Yxy16.04190.52730.2701
Hunter Lab40.052369.493910.2206
CIE-Lab47.029473.677712.6881

#db085e color RGB value is (219,8,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001000 01011110
Octal 333 10 136
Decimal 219 8 94
Hex DB 8 5E

RGB Percentages of Color #db085e

%68.22
%2.49
%29.28

CMYK Percentages of Color #db085e

%0
%96
%57
%14

Triadic Colors of #db085e

#db085e #5edb08 #085edb

Analogous Colors of #db085e

#db085e #db1c08 #db08c8

Monochromatic Colors of #db085e

#db085e

Complementary Color

#db085e #08db85

#db085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db085e Color CSS Codes

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

#db085e Text Font Color

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

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


#db085e Background Color

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

This div background color is #db085e


#db085e Border Color

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

This div border color is #db085e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db085e


Comments

No comments written yet.

Please login to write comment.