Color Hex Logo

#dabafa Color Hex

#DABAFA
(218,186,250)
0 Favorites   0 Comments

Color spaces of #dabafa

RGB 218186250
HSL0.750.860.85
HSV270°26°98°
CMYK 0.130.260.00   0.02
XYZ63.727756.925498.0714
Yxy56.92540.29140.2603
Hunter Lab75.448918.7339-24.2532
CIE-Lab80.137623.2365-27.3937

#dabafa color RGB value is (218,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11111010
Octal 332 272 372
Decimal 218 186 250
Hex DA BA FA

RGB Percentages of Color #dabafa

%33.33
%28.44
%38.23

CMYK Percentages of Color #dabafa

%13
%26
%0
%2

Triadic Colors of #dabafa

#dabafa #fadaba #bafada

Analogous Colors of #dabafa

#dabafa #fabafa #babafa

Monochromatic Colors of #dabafa

#dabafa

Complementary Color

#dabafa #dafaba

#dabafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabafa Color CSS Codes

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

#dabafa Text Font Color

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

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


#dabafa Background Color

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

This div background color is #dabafa


#dabafa Border Color

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

This div border color is #dabafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabafa

Related Colors


Comments

No comments written yet.

Please login to write comment.