Color Hex Logo

#dab3eb Color Hex

#DAB3EB
(218,179,235)
0 Favorites   0 Comments

Color spaces of #dab3eb

RGB 218179235
HSL0.780.580.81
HSV282°24°92°
CMYK 0.070.240.00   0.08
XYZ60.028953.143885.6912
Yxy53.14380.30190.2672
Hunter Lab72.899819.4101-18.6635
CIE-Lab77.959823.9876-22.6529

#dab3eb color RGB value is (218,179,235).

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

The process color (four color CMYK) of #dab3eb color hex is 0.07, 0.24, 0.00, 0.08. Web safe color of #dab3eb is #ccccff. Color #dab3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 11101011
Octal 332 263 353
Decimal 218 179 235
Hex DA B3 EB

RGB Percentages of Color #dab3eb

%34.49
%28.32
%37.18

CMYK Percentages of Color #dab3eb

%7
%24
%0
%8

Triadic Colors of #dab3eb

#dab3eb #ebdab3 #b3ebda

Analogous Colors of #dab3eb

#dab3eb #ebb3e0 #beb3eb

Monochromatic Colors of #dab3eb

#dab3eb

Complementary Color

#dab3eb #c4ebb3

#dab3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab3eb Color CSS Codes

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

#dab3eb Text Font Color

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

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


#dab3eb Background Color

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

This div background color is #dab3eb


#dab3eb Border Color

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

This div border color is #dab3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab3eb


Comments

No comments written yet.

Please login to write comment.