Color Hex Logo

#d0a290 Color Hex

#D0A290
(208,162,144)
0 Favorites   0 Comments

Color spaces of #d0a290

RGB 208162144
HSL0.050.410.69
HSV17°31°82°
CMYK 0.000.220.31   0.18
XYZ43.966841.264232.0330
Yxy41.26420.37490.3519
Hunter Lab64.23729.758215.4001
CIE-Lab70.360614.448215.8800

#d0a290 color RGB value is (208,162,144).

#d0a290 hex color red value is 208, green value is 162 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d0a290 hue: 0.05 , saturation: 0.41 and the lightness value of d0a290 is 0.69.

The process color (four color CMYK) of #d0a290 color hex is 0.00, 0.22, 0.31, 0.18. Web safe color of #d0a290 is #cc9999. Color #d0a290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10100010 10010000
Octal 320 242 220
Decimal 208 162 144
Hex D0 A2 90

RGB Percentages of Color #d0a290

%40.47
%31.52
%28.02

CMYK Percentages of Color #d0a290

%0
%22
%31
%18

Triadic Colors of #d0a290

#d0a290 #90d0a2 #a290d0

Analogous Colors of #d0a290

#d0a290 #d0c290 #d0909e

Monochromatic Colors of #d0a290

#d0a290

Complementary Color

#d0a290 #90bed0

#d0a290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0a290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0a290 Color CSS Codes

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

#d0a290 Text Font Color

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

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


#d0a290 Background Color

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

This div background color is #d0a290


#d0a290 Border Color

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

This div border color is #d0a290


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,162,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 #d0a290">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0a290


Comments

No comments written yet.

Please login to write comment.