Color Hex Logo

#d15310 Color Hex

#D15310
(209,83,16)
0 Favorites   0 Comments

Color spaces of #d15310

RGB 2098316
HSL0.060.860.44
HSV21°92°82°
CMYK 0.000.600.92   0.18
XYZ29.481319.77922.7542
Yxy19.77920.56680.3803
Hunter Lab44.473840.496927.4599
CIE-Lab51.586647.137357.8192

#d15310 color RGB value is (209,83,16).

#d15310 hex color red value is 209, green value is 83 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #d15310 hue: 0.06 , saturation: 0.86 and the lightness value of d15310 is 0.44.

The process color (four color CMYK) of #d15310 color hex is 0.00, 0.60, 0.92, 0.18. Web safe color of #d15310 is #cc6600. Color #d15310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 00010000
Octal 321 123 20
Decimal 209 83 16
Hex D1 53 10

RGB Percentages of Color #d15310

%67.86
%26.95
%5.19

CMYK Percentages of Color #d15310

%0
%60
%92
%18

Triadic Colors of #d15310

#d15310 #10d153 #5310d1

Analogous Colors of #d15310

#d15310 #d1b410 #d1102d

Monochromatic Colors of #d15310

#d15310

Complementary Color

#d15310 #108ed1

#d15310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15310 Color CSS Codes

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

#d15310 Text Font Color

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

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


#d15310 Background Color

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

This div background color is #d15310


#d15310 Border Color

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

This div border color is #d15310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15310


Comments

No comments written yet.

Please login to write comment.