Color Hex Logo

#dab8df Color Hex

#DAB8DF
(218,184,223)
0 Favorites   0 Comments

Color spaces of #dab8df

RGB 218184223
HSL0.810.380.80
HSV292°17°87°
CMYK 0.020.170.00   0.13
XYZ59.373254.514177.2050
Yxy54.51410.31070.2853
Hunter Lab73.833714.3315-10.3137
CIE-Lab78.760618.9685-14.9637

#dab8df color RGB value is (218,184,223).

#dab8df hex color red value is 218, green value is 184 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dab8df hue: 0.81 , saturation: 0.38 and the lightness value of dab8df is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 11011111
Octal 332 270 337
Decimal 218 184 223
Hex DA B8 DF

RGB Percentages of Color #dab8df

%34.88
%29.44
%35.68

CMYK Percentages of Color #dab8df

%2
%17
%0
%13

Triadic Colors of #dab8df

#dab8df #dfdab8 #b8dfda

Analogous Colors of #dab8df

#dab8df #dfb8d1 #c7b8df

Monochromatic Colors of #dab8df

#dab8df

Complementary Color

#dab8df #bddfb8

#dab8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab8df Color CSS Codes

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

#dab8df Text Font Color

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

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


#dab8df Background Color

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

This div background color is #dab8df


#dab8df Border Color

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

This div border color is #dab8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab8df


Comments

No comments written yet.

Please login to write comment.