Color Hex Logo

#dac1fd Color Hex

#DAC1FD
(218,193,253)
0 Favorites   0 Comments

Color spaces of #dac1fd

RGB 218193253
HSL0.740.940.87
HSV265°24°99°
CMYK 0.140.240.00   0.01
XYZ65.713060.1372101.0727
Yxy60.13720.28960.2650
Hunter Lab77.548215.5485-22.9921
CIE-Lab81.912720.0833-26.2838

#dac1fd color RGB value is (218,193,253).

#dac1fd hex color red value is 218, green value is 193 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dac1fd hue: 0.74 , saturation: 0.94 and the lightness value of dac1fd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 11111101
Octal 332 301 375
Decimal 218 193 253
Hex DA C1 FD

RGB Percentages of Color #dac1fd

%32.83
%29.07
%38.10

CMYK Percentages of Color #dac1fd

%14
%24
%0
%1

Triadic Colors of #dac1fd

#dac1fd #fddac1 #c1fdda

Analogous Colors of #dac1fd

#dac1fd #f8c1fd #c1c6fd

Monochromatic Colors of #dac1fd

#dac1fd

Complementary Color

#dac1fd #e4fdc1

#dac1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac1fd Color CSS Codes

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

#dac1fd Text Font Color

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

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


#dac1fd Background Color

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

This div background color is #dac1fd


#dac1fd Border Color

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

This div border color is #dac1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac1fd

Related Colors

#dac1fd Color Palettes


Comments

No comments written yet.

Please login to write comment.