Color Hex Logo

#d98434 Color Hex

#D98434
(217,132,52)
0 Favorites   0 Comments

Color spaces of #d98434

RGB 21713252
HSL0.080.680.53
HSV29°76°85°
CMYK 0.000.390.76   0.15
XYZ37.486431.50227.3536
Yxy31.50220.49100.4126
Hunter Lab56.126820.996031.5207
CIE-Lab62.929326.462954.6377

#d98434 color RGB value is (217,132,52).

#d98434 hex color red value is 217, green value is 132 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #d98434 hue: 0.08 , saturation: 0.68 and the lightness value of d98434 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000100 00110100
Octal 331 204 64
Decimal 217 132 52
Hex D9 84 34

RGB Percentages of Color #d98434

%54.11
%32.92
%12.97

CMYK Percentages of Color #d98434

%0
%39
%76
%15

Triadic Colors of #d98434

#d98434 #34d984 #8434d9

Analogous Colors of #d98434

#d98434 #d9d734 #d93437

Monochromatic Colors of #d98434

#d98434

Complementary Color

#d98434 #3489d9

#d98434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98434 Color CSS Codes

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

#d98434 Text Font Color

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

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


#d98434 Background Color

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

This div background color is #d98434


#d98434 Border Color

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

This div border color is #d98434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98434


Comments

No comments written yet.

Please login to write comment.