Color Hex Logo

#dab9fe Color Hex

#DAB9FE
(218,185,254)
0 Favorites   0 Comments

Color spaces of #dab9fe

RGB 218185254
HSL0.750.970.86
HSV269°27°100°
CMYK 0.140.270.00   0.00
XYZ64.151856.7591101.3404
Yxy56.75910.28860.2554
Hunter Lab75.338620.1524-27.0158
CIE-Lab80.043924.6091-29.6779

#dab9fe color RGB value is (218,185,254).

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

The process color (four color CMYK) of #dab9fe color hex is 0.14, 0.27, 0.00, 0.00. Web safe color of #dab9fe is #ccccff. Color #dab9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 11111110
Octal 332 271 376
Decimal 218 185 254
Hex DA B9 FE

RGB Percentages of Color #dab9fe

%33.18
%28.16
%38.66

CMYK Percentages of Color #dab9fe

%14
%27
%0
%0

Triadic Colors of #dab9fe

#dab9fe #fedab9 #b9feda

Analogous Colors of #dab9fe

#dab9fe #fdb9fe #b9bbfe

Monochromatic Colors of #dab9fe

#dab9fe

Complementary Color

#dab9fe #ddfeb9

#dab9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab9fe Color CSS Codes

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

#dab9fe Text Font Color

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

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


#dab9fe Background Color

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

This div background color is #dab9fe


#dab9fe Border Color

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

This div border color is #dab9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.