Color Hex Logo

#d35213 Color Hex

#D35213
(211,82,19)
0 Favorites   0 Comments

Color spaces of #d35213

RGB 2118219
HSL0.050.830.45
HSV20°91°83°
CMYK 0.000.610.91   0.17
XYZ29.998819.93052.8820
Yxy19.93050.56800.3774
Hunter Lab44.643641.819027.4230
CIE-Lab51.758548.365257.2212

#d35213 color RGB value is (211,82,19).

#d35213 hex color red value is 211, green value is 82 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #d35213 hue: 0.05 , saturation: 0.83 and the lightness value of d35213 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010010 00010011
Octal 323 122 23
Decimal 211 82 19
Hex D3 52 13

RGB Percentages of Color #d35213

%67.63
%26.28
%6.09

CMYK Percentages of Color #d35213

%0
%61
%91
%17

Triadic Colors of #d35213

#d35213 #13d352 #5213d3

Analogous Colors of #d35213

#d35213 #d3b213 #d31334

Monochromatic Colors of #d35213

#d35213

Complementary Color

#d35213 #1394d3

#d35213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35213 Color CSS Codes

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

#d35213 Text Font Color

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

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


#d35213 Background Color

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

This div background color is #d35213


#d35213 Border Color

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

This div border color is #d35213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35213


Comments

No comments written yet.

Please login to write comment.