Color Hex Logo

#dab7eb Color Hex

#DAB7EB
(218,183,235)
0 Favorites   0 Comments

Color spaces of #dab7eb

RGB 218183235
HSL0.780.570.82
HSV280°22°92°
CMYK 0.070.220.00   0.08
XYZ60.842354.770685.9623
Yxy54.77060.30180.2717
Hunter Lab74.007217.2348-17.0627
CIE-Lab78.908921.8255-21.2110

#dab7eb color RGB value is (218,183,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 11101011
Octal 332 267 353
Decimal 218 183 235
Hex DA B7 EB

RGB Percentages of Color #dab7eb

%34.28
%28.77
%36.95

CMYK Percentages of Color #dab7eb

%7
%22
%0
%8

Triadic Colors of #dab7eb

#dab7eb #ebdab7 #b7ebda

Analogous Colors of #dab7eb

#dab7eb #ebb7e2 #c0b7eb

Monochromatic Colors of #dab7eb

#dab7eb

Complementary Color

#dab7eb #c8ebb7

#dab7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab7eb Color CSS Codes

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

#dab7eb Text Font Color

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

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


#dab7eb Background Color

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

This div background color is #dab7eb


#dab7eb Border Color

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

This div border color is #dab7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab7eb


Comments

No comments written yet.

Please login to write comment.