Color Hex Logo

#dab5de Color Hex

#DAB5DE
(218,181,222)
0 Favorites   0 Comments

Color spaces of #dab5de

RGB 218181222
HSL0.820.380.79
HSV294°18°87°
CMYK 0.020.180.00   0.13
XYZ58.622153.227176.2914
Yxy53.22710.31160.2829
Hunter Lab72.956915.7532-10.9300
CIE-Lab78.008920.3985-15.5534

#dab5de color RGB value is (218,181,222).

#dab5de hex color red value is 218, green value is 181 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dab5de hue: 0.82 , saturation: 0.38 and the lightness value of dab5de is 0.79.

The process color (four color CMYK) of #dab5de color hex is 0.02, 0.18, 0.00, 0.13. Web safe color of #dab5de is #cccccc. Color #dab5de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 11011110
Octal 332 265 336
Decimal 218 181 222
Hex DA B5 DE

RGB Percentages of Color #dab5de

%35.10
%29.15
%35.75

CMYK Percentages of Color #dab5de

%2
%18
%0
%13

Triadic Colors of #dab5de

#dab5de #dedab5 #b5deda

Analogous Colors of #dab5de

#dab5de #deb5ce #c6b5de

Monochromatic Colors of #dab5de

#dab5de

Complementary Color

#dab5de #b9deb5

#dab5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab5de Color CSS Codes

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

#dab5de Text Font Color

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

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


#dab5de Background Color

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

This div background color is #dab5de


#dab5de Border Color

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

This div border color is #dab5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab5de


Comments

No comments written yet.

Please login to write comment.