Color Hex Logo

#d36146 Color Hex

#D36146
(211,97,70)
0 Favorites   0 Comments

Color spaces of #d36146

RGB 2119770
HSL0.030.620.55
HSV11°67°83°
CMYK 0.000.540.67   0.17
XYZ32.244222.84058.5035
Yxy22.84050.50710.3592
Hunter Lab47.791736.795122.9048
CIE-Lab54.907743.081536.7658

#d36146 color RGB value is (211,97,70).

#d36146 hex color red value is 211, green value is 97 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #d36146 hue: 0.03 , saturation: 0.62 and the lightness value of d36146 is 0.55.

The process color (four color CMYK) of #d36146 color hex is 0.00, 0.54, 0.67, 0.17. Web safe color of #d36146 is #cc6633. Color #d36146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100001 01000110
Octal 323 141 106
Decimal 211 97 70
Hex D3 61 46

RGB Percentages of Color #d36146

%55.82
%25.66
%18.52

CMYK Percentages of Color #d36146

%0
%54
%67
%17

Triadic Colors of #d36146

#d36146 #46d361 #6146d3

Analogous Colors of #d36146

#d36146 #d3a846 #d34672

Monochromatic Colors of #d36146

#d36146

Complementary Color

#d36146 #46b8d3

#d36146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36146 Color CSS Codes

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

#d36146 Text Font Color

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

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


#d36146 Background Color

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

This div background color is #d36146


#d36146 Border Color

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

This div border color is #d36146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36146


Comments

No comments written yet.

Please login to write comment.