Color Hex Logo

#d1936d Color Hex

#D1936D
(209,147,109)
0 Favorites   0 Comments

Color spaces of #d1936d

RGB 209147109
HSL0.060.520.62
HSV23°48°82°
CMYK 0.000.300.48   0.18
XYZ39.488535.526919.2441
Yxy35.52690.41890.3769
Hunter Lab59.604413.950122.5805
CIE-Lab66.156818.966129.4111

#d1936d color RGB value is (209,147,109).

#d1936d hex color red value is 209, green value is 147 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d1936d hue: 0.06 , saturation: 0.52 and the lightness value of d1936d is 0.62.

The process color (four color CMYK) of #d1936d color hex is 0.00, 0.30, 0.48, 0.18. Web safe color of #d1936d is #cc9966. Color #d1936d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010011 01101101
Octal 321 223 155
Decimal 209 147 109
Hex D1 93 6D

RGB Percentages of Color #d1936d

%44.95
%31.61
%23.44

CMYK Percentages of Color #d1936d

%0
%30
%48
%18

Triadic Colors of #d1936d

#d1936d #6dd193 #936dd1

Analogous Colors of #d1936d

#d1936d #d1c56d #d16d79

Monochromatic Colors of #d1936d

#d1936d

Complementary Color

#d1936d #6dabd1

#d1936d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1936d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1936d Color CSS Codes

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

#d1936d Text Font Color

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

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


#d1936d Background Color

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

This div background color is #d1936d


#d1936d Border Color

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

This div border color is #d1936d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1936d


Comments

No comments written yet.

Please login to write comment.