Color Hex Logo

#d7431e Color Hex

#D7431E
(215,67,30)
0 Favorites   0 Comments

Color spaces of #d7431e

RGB 2156730
HSL0.030.760.48
HSV12°86°84°
CMYK 0.000.690.86   0.16
XYZ30.265818.55513.2146
Yxy18.55510.58160.3566
Hunter Lab43.075650.035325.7283
CIE-Lab50.162656.251452.2596

#d7431e color RGB value is (215,67,30).

#d7431e hex color red value is 215, green value is 67 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d7431e hue: 0.03 , saturation: 0.76 and the lightness value of d7431e is 0.48.

The process color (four color CMYK) of #d7431e color hex is 0.00, 0.69, 0.86, 0.16. Web safe color of #d7431e is #cc3333. Color #d7431e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000011 00011110
Octal 327 103 36
Decimal 215 67 30
Hex D7 43 1E

RGB Percentages of Color #d7431e

%68.91
%21.47
%9.62

CMYK Percentages of Color #d7431e

%0
%69
%86
%16

Triadic Colors of #d7431e

#d7431e #1ed743 #431ed7

Analogous Colors of #d7431e

#d7431e #d7a01e #d71e55

Monochromatic Colors of #d7431e

#d7431e

Complementary Color

#d7431e #1eb2d7

#d7431e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7431e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7431e Color CSS Codes

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

#d7431e Text Font Color

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

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


#d7431e Background Color

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

This div background color is #d7431e


#d7431e Border Color

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

This div border color is #d7431e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7431e


Comments

No comments written yet.

Please login to write comment.