Color Hex Logo

#d8644a Color Hex

#D8644A
(216,100,74)
0 Favorites   0 Comments

Color spaces of #d8644a

RGB 21610074
HSL0.030.650.57
HSV11°66°85°
CMYK 0.000.540.66   0.15
XYZ34.112124.20779.3532
Yxy24.20770.50410.3577
Hunter Lab49.201337.654723.1699
CIE-Lab56.295243.708736.4005

#d8644a color RGB value is (216,100,74).

#d8644a hex color red value is 216, green value is 100 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d8644a hue: 0.03 , saturation: 0.65 and the lightness value of d8644a is 0.57.

The process color (four color CMYK) of #d8644a color hex is 0.00, 0.54, 0.66, 0.15. Web safe color of #d8644a is #cc6633. Color #d8644a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100100 01001010
Octal 330 144 112
Decimal 216 100 74
Hex D8 64 4A

RGB Percentages of Color #d8644a

%55.38
%25.64
%18.97

CMYK Percentages of Color #d8644a

%0
%54
%66
%15

Triadic Colors of #d8644a

#d8644a #4ad864 #644ad8

Analogous Colors of #d8644a

#d8644a #d8ab4a #d84a77

Monochromatic Colors of #d8644a

#d8644a

Complementary Color

#d8644a #4abed8

#d8644a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8644a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8644a Color CSS Codes

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

#d8644a Text Font Color

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

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


#d8644a Background Color

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

This div background color is #d8644a


#d8644a Border Color

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

This div border color is #d8644a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,100,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8644a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8644a;
  -webkit-box-shadow: 1px 1px 3px 2px #d8644a;
  box-shadow:         1px 1px 3px 2px #d8644a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,100,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8644a


Comments

No comments written yet.

Please login to write comment.