Color Hex Logo

#dac7fa Color Hex

#DAC7FA
(218,199,250)
0 Favorites   0 Comments

Color spaces of #dac7fa

RGB 218199250
HSL0.730.840.88
HSV262°20°98°
CMYK 0.130.200.00   0.02
XYZ66.592262.654499.0262
Yxy62.65440.29170.2745
Hunter Lab79.154511.6505-18.7665
CIE-Lab83.260216.2381-22.6347

#dac7fa color RGB value is (218,199,250).

#dac7fa hex color red value is 218, green value is 199 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dac7fa hue: 0.73 , saturation: 0.84 and the lightness value of dac7fa is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 11111010
Octal 332 307 372
Decimal 218 199 250
Hex DA C7 FA

RGB Percentages of Color #dac7fa

%32.68
%29.84
%37.48

CMYK Percentages of Color #dac7fa

%13
%20
%0
%2

Triadic Colors of #dac7fa

#dac7fa #fadac7 #c7fada

Analogous Colors of #dac7fa

#dac7fa #f4c7fa #c7cefa

Monochromatic Colors of #dac7fa

#dac7fa

Complementary Color

#dac7fa #e7fac7

#dac7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac7fa Color CSS Codes

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

#dac7fa Text Font Color

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

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


#dac7fa Background Color

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

This div background color is #dac7fa


#dac7fa Border Color

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

This div border color is #dac7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac7fa


Comments

No comments written yet.

Please login to write comment.