Color Hex Logo

#d35615 Color Hex

#D35615
(211,86,21)
0 Favorites   0 Comments

Color spaces of #d35615

RGB 2118621
HSL0.060.820.45
HSV21°90°83°
CMYK 0.000.590.90   0.17
XYZ30.327120.55863.0793
Yxy20.55860.56200.3810
Hunter Lab45.341640.043427.7125
CIE-Lab52.463046.566257.1055

#d35615 color RGB value is (211,86,21).

#d35615 hex color red value is 211, green value is 86 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d35615 hue: 0.06 , saturation: 0.82 and the lightness value of d35615 is 0.45.

The process color (four color CMYK) of #d35615 color hex is 0.00, 0.59, 0.90, 0.17. Web safe color of #d35615 is #cc6600. Color #d35615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010110 00010101
Octal 323 126 25
Decimal 211 86 21
Hex D3 56 15

RGB Percentages of Color #d35615

%66.35
%27.04
%6.60

CMYK Percentages of Color #d35615

%0
%59
%90
%17

Triadic Colors of #d35615

#d35615 #15d356 #5615d3

Analogous Colors of #d35615

#d35615 #d3b515 #d31533

Monochromatic Colors of #d35615

#d35615

Complementary Color

#d35615 #1592d3

#d35615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35615 Color CSS Codes

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

#d35615 Text Font Color

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

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


#d35615 Background Color

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

This div background color is #d35615


#d35615 Border Color

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

This div border color is #d35615


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,86,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d35615; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d35615;
  -webkit-box-shadow: 1px 1px 3px 2px #d35615;
  box-shadow:         1px 1px 3px 2px #d35615; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,86,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35615


Comments

No comments written yet.

Please login to write comment.