Color Hex Logo

#dfa9ca Color Hex

#DFA9CA
(223,169,202)
0 Favorites   0 Comments

Color spaces of #dfa9ca

RGB 223169202
HSL0.900.460.77
HSV323°24°87°
CMYK 0.000.240.09   0.13
XYZ55.280148.328262.2918
Yxy48.32820.33320.2913
Hunter Lab69.518520.2833-4.4637
CIE-Lab75.031524.9855-9.0793

#dfa9ca color RGB value is (223,169,202).

#dfa9ca hex color red value is 223, green value is 169 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dfa9ca hue: 0.90 , saturation: 0.46 and the lightness value of dfa9ca is 0.77.

The process color (four color CMYK) of #dfa9ca color hex is 0.00, 0.24, 0.09, 0.13. Web safe color of #dfa9ca is #cc99cc. Color #dfa9ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 11001010
Octal 337 251 312
Decimal 223 169 202
Hex DF A9 CA

RGB Percentages of Color #dfa9ca

%37.54
%28.45
%34.01

CMYK Percentages of Color #dfa9ca

%0
%24
%9
%13

Triadic Colors of #dfa9ca

#dfa9ca #cadfa9 #a9cadf

Analogous Colors of #dfa9ca

#dfa9ca #dfa9af #d9a9df

Monochromatic Colors of #dfa9ca

#dfa9ca

Complementary Color

#dfa9ca #a9dfbe

#dfa9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa9ca Color CSS Codes

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

#dfa9ca Text Font Color

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

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


#dfa9ca Background Color

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

This div background color is #dfa9ca


#dfa9ca Border Color

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

This div border color is #dfa9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa9ca


Comments

No comments written yet.

Please login to write comment.