Color Hex Logo

#d18374 Color Hex

#D18374
(209,131,116)
0 Favorites   0 Comments

Color spaces of #d18374

RGB 209131116
HSL0.030.500.64
HSV10°44°82°
CMYK 0.000.370.44   0.18
XYZ37.563231.048920.5362
Yxy31.04890.42140.3483
Hunter Lab55.721522.818417.1537
CIE-Lab62.548928.352820.7327

#d18374 color RGB value is (209,131,116).

#d18374 hex color red value is 209, green value is 131 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d18374 hue: 0.03 , saturation: 0.50 and the lightness value of d18374 is 0.64.

The process color (four color CMYK) of #d18374 color hex is 0.00, 0.37, 0.44, 0.18. Web safe color of #d18374 is #cc9966. Color #d18374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000011 01110100
Octal 321 203 164
Decimal 209 131 116
Hex D1 83 74

RGB Percentages of Color #d18374

%45.83
%28.73
%25.44

CMYK Percentages of Color #d18374

%0
%37
%44
%18

Triadic Colors of #d18374

#d18374 #74d183 #8374d1

Analogous Colors of #d18374

#d18374 #d1b274 #d17494

Monochromatic Colors of #d18374

#d18374

Complementary Color

#d18374 #74c2d1

#d18374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18374 Color CSS Codes

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

#d18374 Text Font Color

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

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


#d18374 Background Color

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

This div background color is #d18374


#d18374 Border Color

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

This div border color is #d18374


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,131,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d18374; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d18374;
  -webkit-box-shadow: 1px 1px 3px 2px #d18374;
  box-shadow:         1px 1px 3px 2px #d18374; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,131,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18374


Comments

No comments written yet.

Please login to write comment.