Color Hex Logo

#dabbda Color Hex

#DABBDA
(218,187,218)
0 Favorites   0 Comments

Color spaces of #dabbda

RGB 218187218
HSL0.830.300.79
HSV300°14°85°
CMYK 0.000.140.00   0.15
XYZ59.338755.508073.9163
Yxy55.50800.31440.2941
Hunter Lab74.503711.7854-6.6700
CIE-Lab79.333016.4184-11.4076

#dabbda color RGB value is (218,187,218).

#dabbda hex color red value is 218, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dabbda hue: 0.83 , saturation: 0.30 and the lightness value of dabbda is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 11011010
Octal 332 273 332
Decimal 218 187 218
Hex DA BB DA

RGB Percentages of Color #dabbda

%34.99
%30.02
%34.99

CMYK Percentages of Color #dabbda

%0
%14
%0
%15

Triadic Colors of #dabbda

#dabbda #dadabb #bbdada

Analogous Colors of #dabbda

#dabbda #dabbcb #cbbbda

Monochromatic Colors of #dabbda

#dabbda

Complementary Color

#dabbda #bbdabb

#dabbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbda Color CSS Codes

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

#dabbda Text Font Color

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

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


#dabbda Background Color

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

This div background color is #dabbda


#dabbda Border Color

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

This div border color is #dabbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbda


Comments

No comments written yet.

Please login to write comment.