Color Hex Logo

#dfa1db Color Hex

#DFA1DB
(223,161,219)
0 Favorites   0 Comments

Color spaces of #dfa1db

RGB 223161219
HSL0.840.490.75
HSV304°28°87°
CMYK 0.000.280.02   0.13
XYZ55.962546.292273.0036
Yxy46.29220.31930.2641
Hunter Lab68.038427.7516-15.9899
CIE-Lab73.734732.2852-20.3333

#dfa1db color RGB value is (223,161,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 11011011
Octal 337 241 333
Decimal 223 161 219
Hex DF A1 DB

RGB Percentages of Color #dfa1db

%36.98
%26.70
%36.32

CMYK Percentages of Color #dfa1db

%0
%28
%2
%13

Triadic Colors of #dfa1db

#dfa1db #dbdfa1 #a1dbdf

Analogous Colors of #dfa1db

#dfa1db #dfa1bc #c4a1df

Monochromatic Colors of #dfa1db

#dfa1db

Complementary Color

#dfa1db #a1dfa5

#dfa1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa1db Color CSS Codes

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

#dfa1db Text Font Color

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

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


#dfa1db Background Color

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

This div background color is #dfa1db


#dfa1db Border Color

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

This div border color is #dfa1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa1db


Comments

No comments written yet.

Please login to write comment.