Color Hex Logo

#d98445 Color Hex

#D98445
(217,132,69)
0 Favorites   0 Comments

Color spaces of #d98445

RGB 21713269
HSL0.070.660.56
HSV26°68°85°
CMYK 0.000.390.68   0.15
XYZ37.940731.68399.7461
Yxy31.68390.47800.3992
Hunter Lab56.288521.811429.1361
CIE-Lab63.080827.285346.8811

#d98445 color RGB value is (217,132,69).

#d98445 hex color red value is 217, green value is 132 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #d98445 hue: 0.07 , saturation: 0.66 and the lightness value of d98445 is 0.56.

The process color (four color CMYK) of #d98445 color hex is 0.00, 0.39, 0.68, 0.15. Web safe color of #d98445 is #cc9933. Color #d98445 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000100 01000101
Octal 331 204 105
Decimal 217 132 69
Hex D9 84 45

RGB Percentages of Color #d98445

%51.91
%31.58
%16.51

CMYK Percentages of Color #d98445

%0
%39
%68
%15

Triadic Colors of #d98445

#d98445 #45d984 #8445d9

Analogous Colors of #d98445

#d98445 #d9ce45 #d94550

Monochromatic Colors of #d98445

#d98445

Complementary Color

#d98445 #459ad9

#d98445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98445 Color CSS Codes

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

#d98445 Text Font Color

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

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


#d98445 Background Color

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

This div background color is #d98445


#d98445 Border Color

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

This div border color is #d98445


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,132,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d98445; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d98445;
  -webkit-box-shadow: 1px 1px 3px 2px #d98445;
  box-shadow:         1px 1px 3px 2px #d98445; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,132,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98445


Comments

No comments written yet.

Please login to write comment.