Color Hex Logo

#d3814d Color Hex

#D3814D
(211,129,77)
0 Favorites   0 Comments

Color spaces of #d3814d

RGB 21112977
HSL0.060.600.56
HSV23°64°83°
CMYK 0.000.390.64   0.17
XYZ36.053830.085210.9280
Yxy30.08520.46780.3904
Hunter Lab54.850021.343626.5824
CIE-Lab61.727726.910541.0688

#d3814d color RGB value is (211,129,77).

#d3814d hex color red value is 211, green value is 129 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #d3814d hue: 0.06 , saturation: 0.60 and the lightness value of d3814d is 0.56.

The process color (four color CMYK) of #d3814d color hex is 0.00, 0.39, 0.64, 0.17. Web safe color of #d3814d is #cc9966. Color #d3814d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000001 01001101
Octal 323 201 115
Decimal 211 129 77
Hex D3 81 4D

RGB Percentages of Color #d3814d

%50.60
%30.94
%18.47

CMYK Percentages of Color #d3814d

%0
%39
%64
%17

Triadic Colors of #d3814d

#d3814d #4dd381 #814dd3

Analogous Colors of #d3814d

#d3814d #d3c44d #d34d5c

Monochromatic Colors of #d3814d

#d3814d

Complementary Color

#d3814d #4d9fd3

#d3814d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3814d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3814d Color CSS Codes

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

#d3814d Text Font Color

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

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


#d3814d Background Color

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

This div background color is #d3814d


#d3814d Border Color

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

This div border color is #d3814d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3814d


Comments

No comments written yet.

Please login to write comment.