Color Hex Logo

#dab8da Color Hex

#DAB8DA
(218,184,218)
0 Favorites   0 Comments

Color spaces of #dab8da

RGB 218184218
HSL0.830.310.79
HSV300°16°85°
CMYK 0.000.160.00   0.15
XYZ58.708854.248473.7064
Yxy54.24840.31450.2906
Hunter Lab73.653513.3877-7.7751
CIE-Lab78.606418.0329-12.4939

#dab8da color RGB value is (218,184,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 11011010
Octal 332 270 332
Decimal 218 184 218
Hex DA B8 DA

RGB Percentages of Color #dab8da

%35.16
%29.68
%35.16

CMYK Percentages of Color #dab8da

%0
%16
%0
%15

Triadic Colors of #dab8da

#dab8da #dadab8 #b8dada

Analogous Colors of #dab8da

#dab8da #dab8c9 #c9b8da

Monochromatic Colors of #dab8da

#dab8da

Complementary Color

#dab8da #b8dab8

#dab8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab8da Color CSS Codes

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

#dab8da Text Font Color

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

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


#dab8da Background Color

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

This div background color is #dab8da


#dab8da Border Color

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

This div border color is #dab8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab8da


Comments

No comments written yet.

Please login to write comment.