Color Hex Logo

#d35310 Color Hex

#D35310
(211,83,16)
0 Favorites   0 Comments

Color spaces of #d35310

RGB 2118316
HSL0.060.860.45
HSV21°92°83°
CMYK 0.000.610.92   0.17
XYZ30.050820.07282.7808
Yxy20.07280.56800.3794
Hunter Lab44.802741.321827.6819
CIE-Lab51.919447.868458.2045

#d35310 color RGB value is (211,83,16).

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

The process color (four color CMYK) of #d35310 color hex is 0.00, 0.61, 0.92, 0.17. Web safe color of #d35310 is #cc6600. Color #d35310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010011 00010000
Octal 323 123 20
Decimal 211 83 16
Hex D3 53 10

RGB Percentages of Color #d35310

%68.06
%26.77
%5.16

CMYK Percentages of Color #d35310

%0
%61
%92
%17

Triadic Colors of #d35310

#d35310 #10d353 #5310d3

Analogous Colors of #d35310

#d35310 #d3b510 #d3102e

Monochromatic Colors of #d35310

#d35310

Complementary Color

#d35310 #1090d3

#d35310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35310 Color CSS Codes

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

#d35310 Text Font Color

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

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


#d35310 Background Color

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

This div background color is #d35310


#d35310 Border Color

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

This div border color is #d35310


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,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 #d35310">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35310


Comments

No comments written yet.

Please login to write comment.