Color Hex Logo

#d3936c Color Hex

#D3936C
(211,147,108)
0 Favorites   0 Comments

Color spaces of #d3936c

RGB 211147108
HSL0.060.540.63
HSV23°49°83°
CMYK 0.000.300.49   0.17
XYZ40.004535.799018.9888
Yxy35.79900.42200.3777
Hunter Lab59.832314.640623.0659
CIE-Lab66.366119.682330.2703

#d3936c color RGB value is (211,147,108).

#d3936c hex color red value is 211, green value is 147 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #d3936c hue: 0.06 , saturation: 0.54 and the lightness value of d3936c is 0.63.

The process color (four color CMYK) of #d3936c color hex is 0.00, 0.30, 0.49, 0.17. Web safe color of #d3936c is #cc9966. Color #d3936c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010011 01101100
Octal 323 223 154
Decimal 211 147 108
Hex D3 93 6C

RGB Percentages of Color #d3936c

%45.28
%31.55
%23.18

CMYK Percentages of Color #d3936c

%0
%30
%49
%17

Triadic Colors of #d3936c

#d3936c #6cd393 #936cd3

Analogous Colors of #d3936c

#d3936c #d3c76c #d36c79

Monochromatic Colors of #d3936c

#d3936c

Complementary Color

#d3936c #6cacd3

#d3936c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3936c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3936c Color CSS Codes

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

#d3936c Text Font Color

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

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


#d3936c Background Color

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

This div background color is #d3936c


#d3936c Border Color

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

This div border color is #d3936c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3936c


Comments

No comments written yet.

Please login to write comment.