Color Hex Logo

#d98142 Color Hex

#D98142
(217,129,66)
0 Favorites   0 Comments

Color spaces of #d98142

RGB 21712966
HSL0.070.670.55
HSV25°70°85°
CMYK 0.000.410.70   0.15
XYZ37.448930.84569.1343
Yxy30.84560.48370.3984
Hunter Lab55.538823.166729.1259
CIE-Lab62.377128.720947.5804

#d98142 color RGB value is (217,129,66).

#d98142 hex color red value is 217, green value is 129 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d98142 hue: 0.07 , saturation: 0.67 and the lightness value of d98142 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 01000010
Octal 331 201 102
Decimal 217 129 66
Hex D9 81 42

RGB Percentages of Color #d98142

%52.67
%31.31
%16.02

CMYK Percentages of Color #d98142

%0
%41
%70
%15

Triadic Colors of #d98142

#d98142 #42d981 #8142d9

Analogous Colors of #d98142

#d98142 #d9cd42 #d9424f

Monochromatic Colors of #d98142

#d98142

Complementary Color

#d98142 #429ad9

#d98142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98142 Color CSS Codes

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

#d98142 Text Font Color

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

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


#d98142 Background Color

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

This div background color is #d98142


#d98142 Border Color

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

This div border color is #d98142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98142


Comments

No comments written yet.

Please login to write comment.