Color Hex Logo

#d88942 Color Hex

#D88942
(216,137,66)
0 Favorites   0 Comments

Color spaces of #d88942

RGB 21613766
HSL0.080.660.55
HSV28°69°85°
CMYK 0.000.370.69   0.15
XYZ38.247932.88369.4855
Yxy32.88360.47440.4079
Hunter Lab57.344218.704930.3336
CIE-Lab64.066524.027249.3853

#d88942 color RGB value is (216,137,66).

#d88942 hex color red value is 216, green value is 137 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d88942 hue: 0.08 , saturation: 0.66 and the lightness value of d88942 is 0.55.

The process color (four color CMYK) of #d88942 color hex is 0.00, 0.37, 0.69, 0.15. Web safe color of #d88942 is #cc9933. Color #d88942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001001 01000010
Octal 330 211 102
Decimal 216 137 66
Hex D8 89 42

RGB Percentages of Color #d88942

%51.55
%32.70
%15.75

CMYK Percentages of Color #d88942

%0
%37
%69
%15

Triadic Colors of #d88942

#d88942 #42d889 #8942d8

Analogous Colors of #d88942

#d88942 #d8d442 #d84246

Monochromatic Colors of #d88942

#d88942

Complementary Color

#d88942 #4291d8

#d88942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88942 Color CSS Codes

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

#d88942 Text Font Color

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

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


#d88942 Background Color

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

This div background color is #d88942


#d88942 Border Color

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

This div border color is #d88942


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,137,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 #d88942">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88942


Comments

No comments written yet.

Please login to write comment.