Color Hex Logo

#db08af Color Hex

#DB08AF
(219,8,175)
0 Favorites   0 Comments

Color spaces of #db08af

RGB 2198175
HSL0.870.930.45
HSV313°96°86°
CMYK 0.000.960.20   0.14
XYZ37.038118.328942.1431
Yxy18.32890.37980.1880
Hunter Lab42.812379.5039-28.3947
CIE-Lab49.892681.1879-32.1455

#db08af color RGB value is (219,8,175).

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

The process color (four color CMYK) of #db08af color hex is 0.00, 0.96, 0.20, 0.14. Web safe color of #db08af is #cc0099. Color #db08af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001000 10101111
Octal 333 10 257
Decimal 219 8 175
Hex DB 8 AF

RGB Percentages of Color #db08af

%54.48
%1.99
%43.53

CMYK Percentages of Color #db08af

%0
%96
%20
%14

Triadic Colors of #db08af

#db08af #afdb08 #08afdb

Analogous Colors of #db08af

#db08af #db0845 #9e08db

Monochromatic Colors of #db08af

#db08af

Complementary Color

#db08af #08db34

#db08af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db08af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db08af Color CSS Codes

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

#db08af Text Font Color

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

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


#db08af Background Color

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

This div background color is #db08af


#db08af Border Color

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

This div border color is #db08af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db08af


Comments

No comments written yet.

Please login to write comment.