Color Hex Logo

#dfabd5 Color Hex

#DFABD5
(223,171,213)
0 Favorites   0 Comments

Color spaces of #dfabd5

RGB 223171213
HSL0.870.450.77
HSV312°23°87°
CMYK 0.000.230.04   0.13
XYZ57.004649.617969.5235
Yxy49.61790.32360.2817
Hunter Lab70.440021.1838-9.2106
CIE-Lab75.834125.8214-13.8867

#dfabd5 color RGB value is (223,171,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11010101
Octal 337 253 325
Decimal 223 171 213
Hex DF AB D5

RGB Percentages of Color #dfabd5

%36.74
%28.17
%35.09

CMYK Percentages of Color #dfabd5

%0
%23
%4
%13

Triadic Colors of #dfabd5

#dfabd5 #d5dfab #abd5df

Analogous Colors of #dfabd5

#dfabd5 #dfabbb #cfabdf

Monochromatic Colors of #dfabd5

#dfabd5

Complementary Color

#dfabd5 #abdfb5

#dfabd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabd5 Color CSS Codes

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

#dfabd5 Text Font Color

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

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


#dfabd5 Background Color

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

This div background color is #dfabd5


#dfabd5 Border Color

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

This div border color is #dfabd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabd5


Comments

No comments written yet.

Please login to write comment.