Color Hex Logo

#d15329 Color Hex

#D15329
(209,83,41)
0 Favorites   0 Comments

Color spaces of #d15329

RGB 2098341
HSL0.040.670.49
HSV15°80°82°
CMYK 0.000.600.80   0.18
XYZ29.788019.90194.3693
Yxy19.90190.55100.3682
Hunter Lab44.611541.117725.4212
CIE-Lab51.726147.705748.2970

#d15329 color RGB value is (209,83,41).

#d15329 hex color red value is 209, green value is 83 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d15329 hue: 0.04 , saturation: 0.67 and the lightness value of d15329 is 0.49.

The process color (four color CMYK) of #d15329 color hex is 0.00, 0.60, 0.80, 0.18. Web safe color of #d15329 is #cc6633. Color #d15329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 00101001
Octal 321 123 51
Decimal 209 83 41
Hex D1 53 29

RGB Percentages of Color #d15329

%62.76
%24.92
%12.31

CMYK Percentages of Color #d15329

%0
%60
%80
%18

Triadic Colors of #d15329

#d15329 #29d153 #5329d1

Analogous Colors of #d15329

#d15329 #d1a729 #d12953

Monochromatic Colors of #d15329

#d15329

Complementary Color

#d15329 #29a7d1

#d15329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15329 Color CSS Codes

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

#d15329 Text Font Color

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

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


#d15329 Background Color

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

This div background color is #d15329


#d15329 Border Color

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

This div border color is #d15329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15329


Comments

No comments written yet.

Please login to write comment.