Color Hex Logo

#d15321 Color Hex

#D15321
(209,83,33)
0 Favorites   0 Comments

Color spaces of #d15321

RGB 2098333
HSL0.050.730.47
HSV17°84°82°
CMYK 0.000.600.84   0.18
XYZ29.662319.85163.7072
Yxy19.85160.55730.3730
Hunter Lab44.555140.863826.2554
CIE-Lab51.669047.473551.8483

#d15321 color RGB value is (209,83,33).

#d15321 hex color red value is 209, green value is 83 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #d15321 hue: 0.05 , saturation: 0.73 and the lightness value of d15321 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 00100001
Octal 321 123 41
Decimal 209 83 33
Hex D1 53 21

RGB Percentages of Color #d15321

%64.31
%25.54
%10.15

CMYK Percentages of Color #d15321

%0
%60
%84
%18

Triadic Colors of #d15321

#d15321 #21d153 #5321d1

Analogous Colors of #d15321

#d15321 #d1ab21 #d12147

Monochromatic Colors of #d15321

#d15321

Complementary Color

#d15321 #219fd1

#d15321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15321 Color CSS Codes

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

#d15321 Text Font Color

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

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


#d15321 Background Color

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

This div background color is #d15321


#d15321 Border Color

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

This div border color is #d15321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15321


Comments

No comments written yet.

Please login to write comment.