Color Hex Logo

#dabdff Color Hex

#DABDFF
(218,189,255)
0 Favorites   0 Comments

Color spaces of #dabdff

RGB 218189255
HSL0.741.000.87
HSV266°26°100°
CMYK 0.150.260.00   0.00
XYZ65.161058.5206102.4690
Yxy58.52060.28810.2588
Hunter Lab76.498818.1720-25.8690
CIE-Lab81.027422.6580-28.7045

#dabdff color RGB value is (218,189,255).

#dabdff hex color red value is 218, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dabdff hue: 0.74 , saturation: 1.00 and the lightness value of dabdff is 0.87.

The process color (four color CMYK) of #dabdff color hex is 0.15, 0.26, 0.00, 0.00. Web safe color of #dabdff is #ccccff. Color #dabdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 11111111
Octal 332 275 377
Decimal 218 189 255
Hex DA BD FF

RGB Percentages of Color #dabdff

%32.93
%28.55
%38.52

CMYK Percentages of Color #dabdff

%15
%26
%0
%0

Triadic Colors of #dabdff

#dabdff #ffdabd #bdffda

Analogous Colors of #dabdff

#dabdff #fbbdff #bdc1ff

Monochromatic Colors of #dabdff

#dabdff

Complementary Color

#dabdff #e2ffbd

#dabdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdff Color CSS Codes

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

#dabdff Text Font Color

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

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


#dabdff Background Color

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

This div background color is #dabdff


#dabdff Border Color

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

This div border color is #dabdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdff

Related Colors

#dabdff Color Palettes


Comments

No comments written yet.

Please login to write comment.