Color Hex Logo

#db06ae Color Hex

#DB06AE
(219,6,174)
0 Favorites   0 Comments

Color spaces of #db06ae

RGB 2196174
HSL0.870.950.44
HSV313°97°86°
CMYK 0.000.970.21   0.14
XYZ36.918518.246341.6205
Yxy18.24630.38140.1885
Hunter Lab42.715779.5223-27.8689
CIE-Lab49.793581.2217-31.7114

#db06ae color RGB value is (219,6,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000110 10101110
Octal 333 6 256
Decimal 219 6 174
Hex DB 6 AE

RGB Percentages of Color #db06ae

%54.89
%1.50
%43.61

CMYK Percentages of Color #db06ae

%0
%97
%21
%14

Triadic Colors of #db06ae

#db06ae #aedb06 #06aedb

Analogous Colors of #db06ae

#db06ae #db0643 #9e06db

Monochromatic Colors of #db06ae

#db06ae

Complementary Color

#db06ae #06db33

#db06ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db06ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db06ae Color CSS Codes

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

#db06ae Text Font Color

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

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


#db06ae Background Color

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

This div background color is #db06ae


#db06ae Border Color

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

This div border color is #db06ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db06ae


Comments

No comments written yet.

Please login to write comment.