Color Hex Logo

#da69ab Color Hex

#DA69AB
(218,105,171)
0 Favorites   0 Comments

Color spaces of #da69ab

RGB 218105171
HSL0.900.600.63
HSV325°52°85°
CMYK 0.000.520.22   0.15
XYZ41.315727.948941.7452
Yxy27.94890.37220.2518
Hunter Lab52.866746.9822-9.8105
CIE-Lab59.842551.8508-14.5303

#da69ab color RGB value is (218,105,171).

#da69ab hex color red value is 218, green value is 105 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #da69ab hue: 0.90 , saturation: 0.60 and the lightness value of da69ab is 0.63.

The process color (four color CMYK) of #da69ab color hex is 0.00, 0.52, 0.22, 0.15. Web safe color of #da69ab is #cc6699. Color #da69ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101001 10101011
Octal 332 151 253
Decimal 218 105 171
Hex DA 69 AB

RGB Percentages of Color #da69ab

%44.13
%21.26
%34.62

CMYK Percentages of Color #da69ab

%0
%52
%22
%15

Triadic Colors of #da69ab

#da69ab #abda69 #69abda

Analogous Colors of #da69ab

#da69ab #da6973 #d169da

Monochromatic Colors of #da69ab

#da69ab

Complementary Color

#da69ab #69da98

#da69ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da69ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da69ab Color CSS Codes

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

#da69ab Text Font Color

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

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


#da69ab Background Color

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

This div background color is #da69ab


#da69ab Border Color

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

This div border color is #da69ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da69ab


Comments

No comments written yet.

Please login to write comment.