Color Hex Logo

#dabdda Color Hex

#DABDDA
(218,189,218)
0 Favorites   0 Comments

Color spaces of #dabdda

RGB 218189218
HSL0.830.280.80
HSV300°13°85°
CMYK 0.000.130.00   0.15
XYZ59.765956.362674.0587
Yxy56.36260.31420.2964
Hunter Lab75.075010.7194-5.9348
CIE-Lab79.819715.3433-10.6812

#dabdda color RGB value is (218,189,218).

#dabdda hex color red value is 218, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dabdda hue: 0.83 , saturation: 0.28 and the lightness value of dabdda is 0.80.

The process color (four color CMYK) of #dabdda color hex is 0.00, 0.13, 0.00, 0.15. Web safe color of #dabdda is #cccccc. Color #dabdda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 11011010
Octal 332 275 332
Decimal 218 189 218
Hex DA BD DA

RGB Percentages of Color #dabdda

%34.88
%30.24
%34.88

CMYK Percentages of Color #dabdda

%0
%13
%0
%15

Triadic Colors of #dabdda

#dabdda #dadabd #bddada

Analogous Colors of #dabdda

#dabdda #dabdcc #ccbdda

Monochromatic Colors of #dabdda

#dabdda

Complementary Color

#dabdda #bddabd

#dabdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdda Color CSS Codes

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

#dabdda Text Font Color

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

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


#dabdda Background Color

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

This div background color is #dabdda


#dabdda Border Color

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

This div border color is #dabdda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,189,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 #dabdda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdda


Comments

No comments written yet.

Please login to write comment.