Color Hex Logo

#d34607 Color Hex

#D34607
(211,70,7)
0 Favorites   0 Comments

Color spaces of #d34607

RGB 211707
HSL0.050.940.43
HSV19°97°83°
CMYK 0.000.670.97   0.17
XYZ29.092518.24452.1892
Yxy18.24450.58740.3684
Hunter Lab42.713646.828826.8607
CIE-Lab49.791353.381259.0492

#d34607 color RGB value is (211,70,7).

#d34607 hex color red value is 211, green value is 70 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #d34607 hue: 0.05 , saturation: 0.94 and the lightness value of d34607 is 0.43.

The process color (four color CMYK) of #d34607 color hex is 0.00, 0.67, 0.97, 0.17. Web safe color of #d34607 is #cc3300. Color #d34607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000110 00000111
Octal 323 106 7
Decimal 211 70 7
Hex D3 46 7

RGB Percentages of Color #d34607

%73.26
%24.31
%2.43

CMYK Percentages of Color #d34607

%0
%67
%97
%17

Triadic Colors of #d34607

#d34607 #07d346 #4607d3

Analogous Colors of #d34607

#d34607 #d3ac07 #d3072e

Monochromatic Colors of #d34607

#d34607

Complementary Color

#d34607 #0794d3

#d34607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34607 Color CSS Codes

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

#d34607 Text Font Color

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

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


#d34607 Background Color

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

This div background color is #d34607


#d34607 Border Color

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

This div border color is #d34607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34607


Comments

No comments written yet.

Please login to write comment.