Color Hex Logo

#d74301 Color Hex

#D74301
(215,67,1)
0 Favorites   0 Comments

Color spaces of #d74301

RGB 215671
HSL0.050.990.42
HSV19°100°84°
CMYK 0.000.691.00   0.16
XYZ30.037018.46362.0094
Yxy18.46360.59470.3655
Hunter Lab42.969349.581327.3059
CIE-Lab50.053655.858461.0331

#d74301 color RGB value is (215,67,1).

#d74301 hex color red value is 215, green value is 67 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #d74301 hue: 0.05 , saturation: 0.99 and the lightness value of d74301 is 0.42.

The process color (four color CMYK) of #d74301 color hex is 0.00, 0.69, 1.00, 0.16. Web safe color of #d74301 is #cc3300. Color #d74301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000011 00000001
Octal 327 103 1
Decimal 215 67 1
Hex D7 43 1

RGB Percentages of Color #d74301

%75.97
%23.67
%0.35

CMYK Percentages of Color #d74301

%0
%69
%100
%16

Triadic Colors of #d74301

#d74301 #01d743 #4301d7

Analogous Colors of #d74301

#d74301 #d7ae01 #d7012a

Monochromatic Colors of #d74301

#d74301

Complementary Color

#d74301 #0195d7

#d74301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74301 Color CSS Codes

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

#d74301 Text Font Color

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

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


#d74301 Background Color

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

This div background color is #d74301


#d74301 Border Color

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

This div border color is #d74301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74301


Comments

No comments written yet.

Please login to write comment.