Color Hex Logo

#d15d1e Color Hex

#D15D1E
(209,93,30)
0 Favorites   0 Comments

Color spaces of #d15d1e

RGB 2099330
HSL0.060.750.47
HSV21°86°82°
CMYK 0.000.560.86   0.18
XYZ30.443221.47773.7694
Yxy21.47770.54670.3857
Hunter Lab46.344036.153827.6185
CIE-Lab53.468442.668054.5901

#d15d1e color RGB value is (209,93,30).

#d15d1e hex color red value is 209, green value is 93 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d15d1e hue: 0.06 , saturation: 0.75 and the lightness value of d15d1e is 0.47.

The process color (four color CMYK) of #d15d1e color hex is 0.00, 0.56, 0.86, 0.18. Web safe color of #d15d1e is #cc6633. Color #d15d1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011101 00011110
Octal 321 135 36
Decimal 209 93 30
Hex D1 5D 1E

RGB Percentages of Color #d15d1e

%62.95
%28.01
%9.04

CMYK Percentages of Color #d15d1e

%0
%56
%86
%18

Triadic Colors of #d15d1e

#d15d1e #1ed15d #5d1ed1

Analogous Colors of #d15d1e

#d15d1e #d1b71e #d11e39

Monochromatic Colors of #d15d1e

#d15d1e

Complementary Color

#d15d1e #1e92d1

#d15d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15d1e Color CSS Codes

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

#d15d1e Text Font Color

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

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


#d15d1e Background Color

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

This div background color is #d15d1e


#d15d1e Border Color

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

This div border color is #d15d1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,93,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d15d1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d15d1e;
  -webkit-box-shadow: 1px 1px 3px 2px #d15d1e;
  box-shadow:         1px 1px 3px 2px #d15d1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,93,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15d1e


Comments

No comments written yet.

Please login to write comment.