Color Hex Logo

#d63709 Color Hex

#D63709
(214,55,9)
0 Favorites   0 Comments

Color spaces of #d63709

RGB 214559
HSL0.040.920.44
HSV13°96°84°
CMYK 0.000.740.96   0.16
XYZ29.147117.04822.0129
Yxy17.04820.60460.3536
Hunter Lab41.289553.750326.0122
CIE-Lab48.320759.930858.0146

#d63709 color RGB value is (214,55,9).

#d63709 hex color red value is 214, green value is 55 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #d63709 hue: 0.04 , saturation: 0.92 and the lightness value of d63709 is 0.44.

The process color (four color CMYK) of #d63709 color hex is 0.00, 0.74, 0.96, 0.16. Web safe color of #d63709 is #cc3300. Color #d63709 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110111 00001001
Octal 326 67 11
Decimal 214 55 9
Hex D6 37 9

RGB Percentages of Color #d63709

%76.98
%19.78
%3.24

CMYK Percentages of Color #d63709

%0
%74
%96
%16

Triadic Colors of #d63709

#d63709 #09d637 #3709d6

Analogous Colors of #d63709

#d63709 #d69e09 #d60942

Monochromatic Colors of #d63709

#d63709

Complementary Color

#d63709 #09a8d6

#d63709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63709 Color CSS Codes

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

#d63709 Text Font Color

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

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


#d63709 Background Color

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

This div background color is #d63709


#d63709 Border Color

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

This div border color is #d63709


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,55,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d63709; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d63709;
  -webkit-box-shadow: 1px 1px 3px 2px #d63709;
  box-shadow:         1px 1px 3px 2px #d63709; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,55,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63709


Comments

No comments written yet.

Please login to write comment.