Color Hex Logo

#db068d Color Hex

#DB068D
(219,6,141)
0 Favorites   0 Comments

Color spaces of #db068d

RGB 2196141
HSL0.890.950.44
HSV322°97°86°
CMYK 0.000.970.36   0.14
XYZ34.086317.113426.7060
Yxy17.11340.43750.2197
Hunter Lab41.368374.6841-9.3178
CIE-Lab48.402677.6387-14.1539

#db068d color RGB value is (219,6,141).

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

The process color (four color CMYK) of #db068d color hex is 0.00, 0.97, 0.36, 0.14. Web safe color of #db068d is #cc0099. Color #db068d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000110 10001101
Octal 333 6 215
Decimal 219 6 141
Hex DB 6 8D

RGB Percentages of Color #db068d

%59.84
%1.64
%38.52

CMYK Percentages of Color #db068d

%0
%97
%36
%14

Triadic Colors of #db068d

#db068d #8ddb06 #068ddb

Analogous Colors of #db068d

#db068d #db0622 #bf06db

Monochromatic Colors of #db068d

#db068d

Complementary Color

#db068d #06db54

#db068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db068d Color CSS Codes

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

#db068d Text Font Color

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

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


#db068d Background Color

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

This div background color is #db068d


#db068d Border Color

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

This div border color is #db068d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db068d


Comments

No comments written yet.

Please login to write comment.