Color Hex Logo

#db069e Color Hex

#DB069E
(219,6,158)
0 Favorites   0 Comments

Color spaces of #db069e

RGB 2196158
HSL0.880.950.44
HSV317°97°86°
CMYK 0.000.970.28   0.14
XYZ35.450117.658933.8878
Yxy17.65890.40750.2030
Hunter Lab42.022577.0429-18.3969
CIE-Lab49.079779.3959-23.3305

#db069e color RGB value is (219,6,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000110 10011110
Octal 333 6 236
Decimal 219 6 158
Hex DB 6 9E

RGB Percentages of Color #db069e

%57.18
%1.57
%41.25

CMYK Percentages of Color #db069e

%0
%97
%28
%14

Triadic Colors of #db069e

#db069e #9edb06 #069edb

Analogous Colors of #db069e

#db069e #db0633 #ae06db

Monochromatic Colors of #db069e

#db069e

Complementary Color

#db069e #06db43

#db069e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db069e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db069e Color CSS Codes

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

#db069e Text Font Color

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

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


#db069e Background Color

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

This div background color is #db069e


#db069e Border Color

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

This div border color is #db069e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db069e


Comments

No comments written yet.

Please login to write comment.