color codes Logo

#dfabdb color codes

#DFABDB
(223,171,219)
0 Favorites   0 Comments

Color spaces of #dfabdb

RGB 223171219
HSL0.850.450.77
HSV305°23°87°
CMYK 0.000.230.02   0.13
XYZ57.780549.928373.6096
Yxy49.92830.31870.2754
Hunter Lab70.660022.3092-12.3030
CIE-Lab76.025226.9021-16.8672

#dfabdb color RGB value is (223,171,219).

#dfabdb hex color red value is 223, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dfabdb hue: 0.85 , saturation: 0.45 and the lightness value of dfabdb is 0.77.

The process color (four color CMYK) of #dfabdb color code is 0.00, 0.23, 0.02, 0.13. Web safe color of #dfabdb is #cc99cc. Color #dfabdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11011011
Octal 337 253 333
Decimal 223 171 219
Hex DF AB DB

RGB Percentages of Color #dfabdb

%36.38
%27.90
%35.73

CMYK Percentages of Color #dfabdb

%0
%23
%2
%13

Triadic Colors of #dfabdb

#dfabdb #dbdfab #abdbdf

Analogous Colors of #dfabdb

#dfabdb #dfabc1 #c9abdf

Monochromatic Colors of #dfabdb

#dfabdb

Complementary Color

#dfabdb #abdfaf

#dfabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabdb Color CSS Codes

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

#dfabdb Text Font Color

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

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


#dfabdb Background Color

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

This div background color is #dfabdb


#dfabdb Border Color

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

This div border color is #dfabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabdb


Comments

No comments written yet.

Please login to write comment.