Color Hex Logo

#dab8fa Color Hex

#DAB8FA
(218,184,250)
0 Favorites   0 Comments

Color spaces of #dab8fa

RGB 218184250
HSL0.750.870.85
HSV271°26°98°
CMYK 0.130.260.00   0.02
XYZ63.309356.088597.9319
Yxy56.08850.29130.2581
Hunter Lab74.892319.8315-25.1052
CIE-Lab79.664224.3175-28.1184

#dab8fa color RGB value is (218,184,250).

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

The process color (four color CMYK) of #dab8fa color hex is 0.13, 0.26, 0.00, 0.02. Web safe color of #dab8fa is #ccccff. Color #dab8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 11111010
Octal 332 270 372
Decimal 218 184 250
Hex DA B8 FA

RGB Percentages of Color #dab8fa

%33.44
%28.22
%38.34

CMYK Percentages of Color #dab8fa

%13
%26
%0
%2

Triadic Colors of #dab8fa

#dab8fa #fadab8 #b8fada

Analogous Colors of #dab8fa

#dab8fa #fab8f9 #b9b8fa

Monochromatic Colors of #dab8fa

#dab8fa

Complementary Color

#dab8fa #d8fab8

#dab8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab8fa Color CSS Codes

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

#dab8fa Text Font Color

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

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


#dab8fa Background Color

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

This div background color is #dab8fa


#dab8fa Border Color

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

This div border color is #dab8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab8fa

Related Colors


Comments

No comments written yet.

Please login to write comment.