Color Hex Logo

#daacfb Color Hex

#DAACFB
(218,172,251)
0 Favorites   0 Comments

Color spaces of #daacfb

RGB 218172251
HSL0.760.910.83
HSV275°31°98°
CMYK 0.130.310.00   0.02
XYZ61.078651.375597.9641
Yxy51.37550.29030.2442
Hunter Lab71.676726.6728-30.8609
CIE-Lab76.905931.0164-32.8952

#daacfb color RGB value is (218,172,251).

#daacfb hex color red value is 218, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #daacfb hue: 0.76 , saturation: 0.91 and the lightness value of daacfb is 0.83.

The process color (four color CMYK) of #daacfb color hex is 0.13, 0.31, 0.00, 0.02. Web safe color of #daacfb is #cc99ff. Color #daacfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 11111011
Octal 332 254 373
Decimal 218 172 251
Hex DA AC FB

RGB Percentages of Color #daacfb

%34.01
%26.83
%39.16

CMYK Percentages of Color #daacfb

%13
%31
%0
%2

Triadic Colors of #daacfb

#daacfb #fbdaac #acfbda

Analogous Colors of #daacfb

#daacfb #fbacf5 #b3acfb

Monochromatic Colors of #daacfb

#daacfb

Complementary Color

#daacfb #cdfbac

#daacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daacfb Color CSS Codes

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

#daacfb Text Font Color

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

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


#daacfb Background Color

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

This div background color is #daacfb


#daacfb Border Color

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

This div border color is #daacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daacfb

Related Colors

#daacfb Color Palettes


Comments

No comments written yet.

Please login to write comment.