Color Hex Logo

#dfa1fd Color Hex

#DFA1FD
(223,161,253)
0 Favorites   0 Comments

Color spaces of #dfa1fd

RGB 223161253
HSL0.780.960.81
HSV280°36°99°
CMYK 0.120.360.00   0.01
XYZ60.905948.269699.0354
Yxy48.26960.29250.2318
Hunter Lab69.476334.8971-35.8818
CIE-Lab74.994738.8475-36.8917

#dfa1fd color RGB value is (223,161,253).

#dfa1fd hex color red value is 223, green value is 161 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dfa1fd hue: 0.78 , saturation: 0.96 and the lightness value of dfa1fd is 0.81.

The process color (four color CMYK) of #dfa1fd color hex is 0.12, 0.36, 0.00, 0.01. Web safe color of #dfa1fd is #cc99ff. Color #dfa1fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 11111101
Octal 337 241 375
Decimal 223 161 253
Hex DF A1 FD

RGB Percentages of Color #dfa1fd

%35.01
%25.27
%39.72

CMYK Percentages of Color #dfa1fd

%12
%36
%0
%1

Triadic Colors of #dfa1fd

#dfa1fd #fddfa1 #a1fddf

Analogous Colors of #dfa1fd

#dfa1fd #fda1ed #b1a1fd

Monochromatic Colors of #dfa1fd

#dfa1fd

Complementary Color

#dfa1fd #bffda1

#dfa1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa1fd Color CSS Codes

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

#dfa1fd Text Font Color

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

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


#dfa1fd Background Color

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

This div background color is #dfa1fd


#dfa1fd Border Color

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

This div border color is #dfa1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa1fd


Comments

No comments written yet.

Please login to write comment.