Color Hex Logo

#d15942 Color Hex

#D15942
(209,89,66)
0 Favorites   0 Comments

Color spaces of #d15942

RGB 2098966
HSL0.030.610.54
HSV10°68°82°
CMYK 0.000.570.68   0.18
XYZ30.850221.09347.5997
Yxy21.09340.51810.3543
Hunter Lab45.927639.527822.3385
CIE-Lab53.051645.982436.7085

#d15942 color RGB value is (209,89,66).

#d15942 hex color red value is 209, green value is 89 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d15942 hue: 0.03 , saturation: 0.61 and the lightness value of d15942 is 0.54.

The process color (four color CMYK) of #d15942 color hex is 0.00, 0.57, 0.68, 0.18. Web safe color of #d15942 is #cc6633. Color #d15942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011001 01000010
Octal 321 131 102
Decimal 209 89 66
Hex D1 59 42

RGB Percentages of Color #d15942

%57.42
%24.45
%18.13

CMYK Percentages of Color #d15942

%0
%57
%68
%18

Triadic Colors of #d15942

#d15942 #42d159 #5942d1

Analogous Colors of #d15942

#d15942 #d1a142 #d14273

Monochromatic Colors of #d15942

#d15942

Complementary Color

#d15942 #42bad1

#d15942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15942 Color CSS Codes

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

#d15942 Text Font Color

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

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


#d15942 Background Color

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

This div background color is #d15942


#d15942 Border Color

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

This div border color is #d15942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15942


Comments

No comments written yet.

Please login to write comment.