Color Hex Logo

#dfa090 Color Hex

#DFA090
(223,160,144)
0 Favorites   0 Comments

Color spaces of #dfa090

RGB 223160144
HSL0.030.550.72
HSV12°35°87°
CMYK 0.000.280.35   0.13
XYZ48.036342.843232.1233
Yxy42.84320.39050.3483
Hunter Lab65.454716.452916.7205
CIE-Lab71.448421.339717.6306

#dfa090 color RGB value is (223,160,144).

#dfa090 hex color red value is 223, green value is 160 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dfa090 hue: 0.03 , saturation: 0.55 and the lightness value of dfa090 is 0.72.

The process color (four color CMYK) of #dfa090 color hex is 0.00, 0.28, 0.35, 0.13. Web safe color of #dfa090 is #cc9999. Color #dfa090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 10010000
Octal 337 240 220
Decimal 223 160 144
Hex DF A0 90

RGB Percentages of Color #dfa090

%42.31
%30.36
%27.32

CMYK Percentages of Color #dfa090

%0
%28
%35
%13

Triadic Colors of #dfa090

#dfa090 #90dfa0 #a090df

Analogous Colors of #dfa090

#dfa090 #dfc890 #df90a8

Monochromatic Colors of #dfa090

#dfa090

Complementary Color

#dfa090 #90cfdf

#dfa090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa090 Color CSS Codes

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

#dfa090 Text Font Color

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

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


#dfa090 Background Color

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

This div background color is #dfa090


#dfa090 Border Color

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

This div border color is #dfa090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa090


Comments

No comments written yet.

Please login to write comment.