Color Hex Logo

#d74715 Color Hex

#D74715
(215,71,21)
1 Favorites   0 Comments

Color spaces of #d74715

RGB 2157121
HSL0.040.820.46
HSV15°90°84°
CMYK 0.000.670.90   0.16
XYZ30.412919.00772.7754
Yxy19.00770.58270.3642
Hunter Lab43.597848.221626.7441
CIE-Lab50.696254.503556.1337

#d74715 color RGB value is (215,71,21).

#d74715 hex color red value is 215, green value is 71 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d74715 hue: 0.04 , saturation: 0.82 and the lightness value of d74715 is 0.46.

The process color (four color CMYK) of #d74715 color hex is 0.00, 0.67, 0.90, 0.16. Web safe color of #d74715 is #cc3300. Color #d74715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000111 00010101
Octal 327 107 25
Decimal 215 71 21
Hex D7 47 15

RGB Percentages of Color #d74715

%70.03
%23.13
%6.84

CMYK Percentages of Color #d74715

%0
%67
%90
%16

Triadic Colors of #d74715

#d74715 #15d747 #4715d7

Analogous Colors of #d74715

#d74715 #d7a815 #d71544

Monochromatic Colors of #d74715

#d74715

Complementary Color

#d74715 #15a5d7

#d74715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74715 Color CSS Codes

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

#d74715 Text Font Color

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

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


#d74715 Background Color

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

This div background color is #d74715


#d74715 Border Color

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

This div border color is #d74715


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,71,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d74715; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d74715;
  -webkit-box-shadow: 1px 1px 3px 2px #d74715;
  box-shadow:         1px 1px 3px 2px #d74715; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,71,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74715


Comments

No comments written yet.

Please login to write comment.