Color Hex Logo

#dab4fe Color Hex

#DAB4FE
(218,180,254)
0 Favorites   0 Comments

Color spaces of #dab4fe

RGB 218180254
HSL0.750.970.85
HSV271°29°100°
CMYK 0.140.290.00   0.00
XYZ63.124154.7037100.9978
Yxy54.70370.28850.2500
Hunter Lab73.961922.9105-29.1893
CIE-Lab78.870327.3131-31.4811

#dab4fe color RGB value is (218,180,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 11111110
Octal 332 264 376
Decimal 218 180 254
Hex DA B4 FE

RGB Percentages of Color #dab4fe

%33.44
%27.61
%38.96

CMYK Percentages of Color #dab4fe

%14
%29
%0
%0

Triadic Colors of #dab4fe

#dab4fe #fedab4 #b4feda

Analogous Colors of #dab4fe

#dab4fe #feb4fd #b5b4fe

Monochromatic Colors of #dab4fe

#dab4fe

Complementary Color

#dab4fe #d8feb4

#dab4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab4fe Color CSS Codes

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

#dab4fe Text Font Color

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

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


#dab4fe Background Color

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

This div background color is #dab4fe


#dab4fe Border Color

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

This div border color is #dab4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.