Color Hex Logo

#dab3dc Color Hex

#DAB3DC
(218,179,220)
0 Favorites   0 Comments

Color spaces of #dab3dc

RGB 218179220
HSL0.830.370.78
HSV297°19°86°
CMYK 0.010.190.00   0.14
XYZ57.951852.312974.7532
Yxy52.31290.31320.2827
Hunter Lab72.327716.4479-10.6490
CIE-Lab77.467621.1034-15.2848

#dab3dc color RGB value is (218,179,220).

#dab3dc hex color red value is 218, green value is 179 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dab3dc hue: 0.83 , saturation: 0.37 and the lightness value of dab3dc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 11011100
Octal 332 263 334
Decimal 218 179 220
Hex DA B3 DC

RGB Percentages of Color #dab3dc

%35.33
%29.01
%35.66

CMYK Percentages of Color #dab3dc

%1
%19
%0
%14

Triadic Colors of #dab3dc

#dab3dc #dcdab3 #b3dcda

Analogous Colors of #dab3dc

#dab3dc #dcb3ca #c6b3dc

Monochromatic Colors of #dab3dc

#dab3dc

Complementary Color

#dab3dc #b5dcb3

#dab3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab3dc Color CSS Codes

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

#dab3dc Text Font Color

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

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


#dab3dc Background Color

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

This div background color is #dab3dc


#dab3dc Border Color

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

This div border color is #dab3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab3dc


Comments

No comments written yet.

Please login to write comment.