Color Hex Logo

#daabda Color Hex

#DAABDA
(218,171,218)
0 Favorites   0 Comments

Color spaces of #daabda

RGB 218171218
HSL0.830.390.76
HSV300°22°85°
CMYK 0.000.220.00   0.15
XYZ56.131249.093272.8472
Yxy49.09320.31520.2757
Hunter Lab70.066520.3822-12.5964
CIE-Lab75.509325.0571-17.1487

#daabda color RGB value is (218,171,218).

#daabda hex color red value is 218, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #daabda hue: 0.83 , saturation: 0.39 and the lightness value of daabda is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11011010
Octal 332 253 332
Decimal 218 171 218
Hex DA AB DA

RGB Percentages of Color #daabda

%35.91
%28.17
%35.91

CMYK Percentages of Color #daabda

%0
%22
%0
%15

Triadic Colors of #daabda

#daabda #dadaab #abdada

Analogous Colors of #daabda

#daabda #daabc3 #c3abda

Monochromatic Colors of #daabda

#daabda

Complementary Color

#daabda #abdaab

#daabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabda Color CSS Codes

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

#daabda Text Font Color

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

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


#daabda Background Color

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

This div background color is #daabda


#daabda Border Color

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

This div border color is #daabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabda


Comments

No comments written yet.

Please login to write comment.