Color Hex Logo

#d98115 Color Hex

#D98115
(217,129,21)
0 Favorites   0 Comments

Color spaces of #d98115

RGB 21712921
HSL0.090.820.47
HSV33°90°85°
CMYK 0.000.410.90   0.15
XYZ36.600930.50644.6687
Yxy30.50640.50990.4250
Hunter Lab55.232621.629333.6512
CIE-Lab62.088727.175964.6340

#d98115 color RGB value is (217,129,21).

#d98115 hex color red value is 217, green value is 129 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d98115 hue: 0.09 , saturation: 0.82 and the lightness value of d98115 is 0.47.

The process color (four color CMYK) of #d98115 color hex is 0.00, 0.41, 0.90, 0.15. Web safe color of #d98115 is #cc9900. Color #d98115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 00010101
Octal 331 201 25
Decimal 217 129 21
Hex D9 81 15

RGB Percentages of Color #d98115

%59.13
%35.15
%5.72

CMYK Percentages of Color #d98115

%0
%41
%90
%15

Triadic Colors of #d98115

#d98115 #15d981 #8115d9

Analogous Colors of #d98115

#d98115 #cfd915 #d91f15

Monochromatic Colors of #d98115

#d98115

Complementary Color

#d98115 #156dd9

#d98115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98115 Color CSS Codes

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

#d98115 Text Font Color

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

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


#d98115 Background Color

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

This div background color is #d98115


#d98115 Border Color

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

This div border color is #d98115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98115


Comments

No comments written yet.

Please login to write comment.