Color Hex Logo

#d74428 Color Hex

#D74428
(215,68,40)
0 Favorites   0 Comments

Color spaces of #d74428

RGB 2156840
HSL0.030.690.50
HSV10°81°84°
CMYK 0.000.680.81   0.16
XYZ30.474518.73454.0174
Yxy18.73450.57250.3520
Hunter Lab43.283449.930524.7953
CIE-Lab50.375156.118247.8576

#d74428 color RGB value is (215,68,40).

#d74428 hex color red value is 215, green value is 68 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #d74428 hue: 0.03 , saturation: 0.69 and the lightness value of d74428 is 0.50.

The process color (four color CMYK) of #d74428 color hex is 0.00, 0.68, 0.81, 0.16. Web safe color of #d74428 is #cc3333. Color #d74428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000100 00101000
Octal 327 104 50
Decimal 215 68 40
Hex D7 44 28

RGB Percentages of Color #d74428

%66.56
%21.05
%12.38

CMYK Percentages of Color #d74428

%0
%68
%81
%16

Triadic Colors of #d74428

#d74428 #28d744 #4428d7

Analogous Colors of #d74428

#d74428 #d79c28 #d72864

Monochromatic Colors of #d74428

#d74428

Complementary Color

#d74428 #28bbd7

#d74428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74428 Color CSS Codes

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

#d74428 Text Font Color

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

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


#d74428 Background Color

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

This div background color is #d74428


#d74428 Border Color

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

This div border color is #d74428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74428


Comments

No comments written yet.

Please login to write comment.