Color Hex Logo

#d15503 Color Hex

#D15503
(209,85,3)
0 Favorites   0 Comments

Color spaces of #d15503

RGB 209853
HSL0.070.970.42
HSV24°99°82°
CMYK 0.000.590.99   0.18
XYZ29.559420.05892.3999
Yxy20.05890.56830.3856
Hunter Lab44.787239.432028.1740
CIE-Lab51.903746.069160.9998

#d15503 color RGB value is (209,85,3).

#d15503 hex color red value is 209, green value is 85 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #d15503 hue: 0.07 , saturation: 0.97 and the lightness value of d15503 is 0.42.

The process color (four color CMYK) of #d15503 color hex is 0.00, 0.59, 0.99, 0.18. Web safe color of #d15503 is #cc6600. Color #d15503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010101 00000011
Octal 321 125 3
Decimal 209 85 3
Hex D1 55 3

RGB Percentages of Color #d15503

%70.37
%28.62
%1.01

CMYK Percentages of Color #d15503

%0
%59
%99
%18

Triadic Colors of #d15503

#d15503 #03d155 #5503d1

Analogous Colors of #d15503

#d15503 #d1bc03 #d10318

Monochromatic Colors of #d15503

#d15503

Complementary Color

#d15503 #037fd1

#d15503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15503 Color CSS Codes

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

#d15503 Text Font Color

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

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


#d15503 Background Color

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

This div background color is #d15503


#d15503 Border Color

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

This div border color is #d15503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15503


Comments

No comments written yet.

Please login to write comment.