Color Hex Logo

#dfa3ce Color Hex

#DFA3CE
(223,163,206)
0 Favorites   0 Comments

Color spaces of #dfa3ce

RGB 223163206
HSL0.880.480.76
HSV317°27°87°
CMYK 0.000.270.08   0.13
XYZ54.669246.338664.4554
Yxy46.33860.33040.2801
Hunter Lab68.072524.2271-8.4889
CIE-Lab73.764728.9026-13.1638

#dfa3ce color RGB value is (223,163,206).

#dfa3ce hex color red value is 223, green value is 163 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dfa3ce hue: 0.88 , saturation: 0.48 and the lightness value of dfa3ce is 0.76.

The process color (four color CMYK) of #dfa3ce color hex is 0.00, 0.27, 0.08, 0.13. Web safe color of #dfa3ce is #cc99cc. Color #dfa3ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 11001110
Octal 337 243 316
Decimal 223 163 206
Hex DF A3 CE

RGB Percentages of Color #dfa3ce

%37.67
%27.53
%34.80

CMYK Percentages of Color #dfa3ce

%0
%27
%8
%13

Triadic Colors of #dfa3ce

#dfa3ce #cedfa3 #a3cedf

Analogous Colors of #dfa3ce

#dfa3ce #dfa3b0 #d2a3df

Monochromatic Colors of #dfa3ce

#dfa3ce

Complementary Color

#dfa3ce #a3dfb4

#dfa3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa3ce Color CSS Codes

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

#dfa3ce Text Font Color

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

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


#dfa3ce Background Color

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

This div background color is #dfa3ce


#dfa3ce Border Color

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

This div border color is #dfa3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa3ce


Comments

No comments written yet.

Please login to write comment.