Color Hex Logo

#d15f2e Color Hex

#D15F2E
(209,95,46)
0 Favorites   0 Comments

Color spaces of #d15f2e

RGB 2099546
HSL0.050.640.50
HSV18°78°82°
CMYK 0.000.550.78   0.18
XYZ30.879821.93705.1915
Yxy21.93700.53230.3782
Hunter Lab46.837035.721126.2140
CIE-Lab53.960142.176248.0981

#d15f2e color RGB value is (209,95,46).

#d15f2e hex color red value is 209, green value is 95 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #d15f2e hue: 0.05 , saturation: 0.64 and the lightness value of d15f2e is 0.50.

The process color (four color CMYK) of #d15f2e color hex is 0.00, 0.55, 0.78, 0.18. Web safe color of #d15f2e is #cc6633. Color #d15f2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011111 00101110
Octal 321 137 56
Decimal 209 95 46
Hex D1 5F 2E

RGB Percentages of Color #d15f2e

%59.71
%27.14
%13.14

CMYK Percentages of Color #d15f2e

%0
%55
%78
%18

Triadic Colors of #d15f2e

#d15f2e #2ed15f #5f2ed1

Analogous Colors of #d15f2e

#d15f2e #d1b12e #d12e4e

Monochromatic Colors of #d15f2e

#d15f2e

Complementary Color

#d15f2e #2ea0d1

#d15f2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15f2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15f2e Color CSS Codes

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

#d15f2e Text Font Color

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

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


#d15f2e Background Color

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

This div background color is #d15f2e


#d15f2e Border Color

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

This div border color is #d15f2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15f2e


Comments

No comments written yet.

Please login to write comment.