Color Hex Logo

#dfa1da Color Hex

#DFA1DA
(223,161,218)
0 Favorites   0 Comments

Color spaces of #dfa1da

RGB 223161218
HSL0.850.490.75
HSV305°28°87°
CMYK 0.000.280.02   0.13
XYZ55.831246.239772.3122
Yxy46.23970.32020.2652
Hunter Lab67.999827.5578-15.4502
CIE-Lab73.700832.1035-19.8374

#dfa1da color RGB value is (223,161,218).

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

The process color (four color CMYK) of #dfa1da color hex is 0.00, 0.28, 0.02, 0.13. Web safe color of #dfa1da is #cc99cc. Color #dfa1da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 11011010
Octal 337 241 332
Decimal 223 161 218
Hex DF A1 DA

RGB Percentages of Color #dfa1da

%37.04
%26.74
%36.21

CMYK Percentages of Color #dfa1da

%0
%28
%2
%13

Triadic Colors of #dfa1da

#dfa1da #dadfa1 #a1dadf

Analogous Colors of #dfa1da

#dfa1da #dfa1bb #c5a1df

Monochromatic Colors of #dfa1da

#dfa1da

Complementary Color

#dfa1da #a1dfa6

#dfa1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa1da Color CSS Codes

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

#dfa1da Text Font Color

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

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


#dfa1da Background Color

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

This div background color is #dfa1da


#dfa1da Border Color

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

This div border color is #dfa1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa1da


Comments

No comments written yet.

Please login to write comment.