Color Hex Logo

#db69ad Color Hex

#DB69AD
(219,105,173)
0 Favorites   0 Comments

Color spaces of #db69ad

RGB 219105173
HSL0.900.610.64
HSV324°52°86°
CMYK 0.000.520.21   0.14
XYZ41.807828.180342.7710
Yxy28.18030.37080.2499
Hunter Lab53.085147.6808-10.6107
CIE-Lab60.051352.4490-15.3508

#db69ad color RGB value is (219,105,173).

#db69ad hex color red value is 219, green value is 105 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db69ad hue: 0.90 , saturation: 0.61 and the lightness value of db69ad is 0.64.

The process color (four color CMYK) of #db69ad color hex is 0.00, 0.52, 0.21, 0.14. Web safe color of #db69ad is #cc6699. Color #db69ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101001 10101101
Octal 333 151 255
Decimal 219 105 173
Hex DB 69 AD

RGB Percentages of Color #db69ad

%44.06
%21.13
%34.81

CMYK Percentages of Color #db69ad

%0
%52
%21
%14

Triadic Colors of #db69ad

#db69ad #addb69 #69addb

Analogous Colors of #db69ad

#db69ad #db6974 #d069db

Monochromatic Colors of #db69ad

#db69ad

Complementary Color

#db69ad #69db97

#db69ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db69ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db69ad Color CSS Codes

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

#db69ad Text Font Color

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

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


#db69ad Background Color

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

This div background color is #db69ad


#db69ad Border Color

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

This div border color is #db69ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db69ad


Comments

No comments written yet.

Please login to write comment.