Color Hex Logo

#dfabcf Color Hex

#DFABCF
(223,171,207)
1 Favorites   0 Comments

Color spaces of #dfabcf

RGB 223171207
HSL0.880.450.77
HSV318°23°87°
CMYK 0.000.230.07   0.13
XYZ56.256849.318865.5859
Yxy49.31880.32870.2881
Hunter Lab70.227320.0926-6.2123
CIE-Lab75.649224.7664-10.8908

#dfabcf color RGB value is (223,171,207).

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

The process color (four color CMYK) of #dfabcf color hex is 0.00, 0.23, 0.07, 0.13. Web safe color of #dfabcf is #cc99cc. Color #dfabcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11001111
Octal 337 253 317
Decimal 223 171 207
Hex DF AB CF

RGB Percentages of Color #dfabcf

%37.10
%28.45
%34.44

CMYK Percentages of Color #dfabcf

%0
%23
%7
%13

Triadic Colors of #dfabcf

#dfabcf #cfdfab #abcfdf

Analogous Colors of #dfabcf

#dfabcf #dfabb5 #d5abdf

Monochromatic Colors of #dfabcf

#dfabcf

Complementary Color

#dfabcf #abdfbb

#dfabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabcf Color CSS Codes

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

#dfabcf Text Font Color

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

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


#dfabcf Background Color

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

This div background color is #dfabcf


#dfabcf Border Color

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

This div border color is #dfabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabcf


Comments

No comments written yet.

Please login to write comment.