Color Hex Logo

#d35100 Color Hex

#D35100
(211,81,0)
0 Favorites   0 Comments

Color spaces of #d35100

RGB 211810
HSL0.061.000.41
HSV23°100°83°
CMYK 0.000.621.00   0.17
XYZ29.806419.73372.2380
Yxy19.73370.57570.3811
Hunter Lab44.422642.029128.1088
CIE-Lab51.534848.600461.6541

#d35100 color RGB value is (211,81,0).

#d35100 hex color red value is 211, green value is 81 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #d35100 hue: 0.06 , saturation: 1.00 and the lightness value of d35100 is 0.41.

The process color (four color CMYK) of #d35100 color hex is 0.00, 0.62, 1.00, 0.17. Web safe color of #d35100 is #cc6600. Color #d35100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010001 00000000
Octal 323 121 0
Decimal 211 81 0
Hex D3 51 0

RGB Percentages of Color #d35100

%72.26
%27.74
%0.00

CMYK Percentages of Color #d35100

%0
%62
%100
%17

Triadic Colors of #d35100

#d35100 #00d351 #5100d3

Analogous Colors of #d35100

#d35100 #d3bb00 #d30018

Monochromatic Colors of #d35100

#d35100

Complementary Color

#d35100 #0082d3

#d35100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35100 Color CSS Codes

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

#d35100 Text Font Color

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

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


#d35100 Background Color

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

This div background color is #d35100


#d35100 Border Color

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

This div border color is #d35100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35100


Comments

No comments written yet.

Please login to write comment.