Color Hex Logo

#d98047 Color Hex

#D98047
(217,128,71)
0 Favorites   0 Comments

Color spaces of #d98047

RGB 21712871
HSL0.070.660.56
HSV23°67°85°
CMYK 0.000.410.67   0.15
XYZ37.471830.64509.9013
Yxy30.64500.48030.3928
Hunter Lab55.357923.950328.1460
CIE-Lab62.206829.529544.9018

#d98047 color RGB value is (217,128,71).

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

The process color (four color CMYK) of #d98047 color hex is 0.00, 0.41, 0.67, 0.15. Web safe color of #d98047 is #cc9933. Color #d98047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000000 01000111
Octal 331 200 107
Decimal 217 128 71
Hex D9 80 47

RGB Percentages of Color #d98047

%52.16
%30.77
%17.07

CMYK Percentages of Color #d98047

%0
%41
%67
%15

Triadic Colors of #d98047

#d98047 #47d980 #8047d9

Analogous Colors of #d98047

#d98047 #d9c947 #d94757

Monochromatic Colors of #d98047

#d98047

Complementary Color

#d98047 #47a0d9

#d98047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98047 Color CSS Codes

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

#d98047 Text Font Color

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

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


#d98047 Background Color

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

This div background color is #d98047


#d98047 Border Color

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

This div border color is #d98047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98047


Comments

No comments written yet.

Please login to write comment.