Color Hex Logo

#dfa4c8 Color Hex

#DFA4C8
(223,164,200)
0 Favorites   0 Comments

Color spaces of #dfa4c8

RGB 223164200
HSL0.900.480.76
HSV323°26°87°
CMYK 0.000.260.10   0.13
XYZ54.132246.409060.7483
Yxy46.40900.33560.2877
Hunter Lab68.124222.6208-5.1837
CIE-Lab73.810127.3408-9.8022

#dfa4c8 color RGB value is (223,164,200).

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

The process color (four color CMYK) of #dfa4c8 color hex is 0.00, 0.26, 0.10, 0.13. Web safe color of #dfa4c8 is #cc99cc. Color #dfa4c8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 11001000
Octal 337 244 310
Decimal 223 164 200
Hex DF A4 C8

RGB Percentages of Color #dfa4c8

%37.99
%27.94
%34.07

CMYK Percentages of Color #dfa4c8

%0
%26
%10
%13

Triadic Colors of #dfa4c8

#dfa4c8 #c8dfa4 #a4c8df

Analogous Colors of #dfa4c8

#dfa4c8 #dfa4ab #d9a4df

Monochromatic Colors of #dfa4c8

#dfa4c8

Complementary Color

#dfa4c8 #a4dfbb

#dfa4c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa4c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa4c8 Color CSS Codes

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

#dfa4c8 Text Font Color

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

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


#dfa4c8 Background Color

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

This div background color is #dfa4c8


#dfa4c8 Border Color

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

This div border color is #dfa4c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa4c8


Comments

No comments written yet.

Please login to write comment.