Color Hex Logo

#dab8ff Color Hex

#DAB8FF
(218,184,255)
0 Favorites   0 Comments

Color spaces of #dab8ff

RGB 218184255
HSL0.751.000.86
HSV269°28°100°
CMYK 0.150.280.00   0.00
XYZ64.103956.4064102.1166
Yxy56.40640.28790.2534
Hunter Lab75.104220.9233-28.0416
CIE-Lab79.844625.3592-30.5189

#dab8ff color RGB value is (218,184,255).

#dab8ff hex color red value is 218, green value is 184 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dab8ff hue: 0.75 , saturation: 1.00 and the lightness value of dab8ff is 0.86.

The process color (four color CMYK) of #dab8ff color hex is 0.15, 0.28, 0.00, 0.00. Web safe color of #dab8ff is #ccccff. Color #dab8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 11111111
Octal 332 270 377
Decimal 218 184 255
Hex DA B8 FF

RGB Percentages of Color #dab8ff

%33.18
%28.01
%38.81

CMYK Percentages of Color #dab8ff

%15
%28
%0
%0

Triadic Colors of #dab8ff

#dab8ff #ffdab8 #b8ffda

Analogous Colors of #dab8ff

#dab8ff #feb8ff #b8baff

Monochromatic Colors of #dab8ff

#dab8ff

Complementary Color

#dab8ff #ddffb8

#dab8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab8ff Color CSS Codes

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

#dab8ff Text Font Color

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

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


#dab8ff Background Color

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

This div background color is #dab8ff


#dab8ff Border Color

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

This div border color is #dab8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab8ff

Related Colors

#dab8ff Color Palettes


Comments

No comments written yet.

Please login to write comment.