Color Hex Logo

#dabcdb Color Hex

#DABCDB
(218,188,219)
0 Favorites   0 Comments

Color spaces of #dabcdb

RGB 218188219
HSL0.830.300.80
HSV298°14°86°
CMYK 0.000.140.00   0.14
XYZ59.682855.986374.6787
Yxy55.98630.31350.2941
Hunter Lab74.824011.4372-6.7981
CIE-Lab79.606016.0659-11.5391

#dabcdb color RGB value is (218,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 11011011
Octal 332 274 333
Decimal 218 188 219
Hex DA BC DB

RGB Percentages of Color #dabcdb

%34.88
%30.08
%35.04

CMYK Percentages of Color #dabcdb

%0
%14
%0
%14

Triadic Colors of #dabcdb

#dabcdb #dbdabc #bcdbda

Analogous Colors of #dabcdb

#dabcdb #dbbccd #cbbcdb

Monochromatic Colors of #dabcdb

#dabcdb

Complementary Color

#dabcdb #bddbbc

#dabcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcdb Color CSS Codes

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

#dabcdb Text Font Color

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

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


#dabcdb Background Color

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

This div background color is #dabcdb


#dabcdb Border Color

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

This div border color is #dabcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcdb


Comments

No comments written yet.

Please login to write comment.