Color Hex Logo

#d7542f Color Hex

#D7542F
(215,84,47)
0 Favorites   0 Comments

Color spaces of #d7542f

RGB 2158447
HSL0.040.680.51
HSV13°78°84°
CMYK 0.000.610.78   0.16
XYZ31.707720.99305.0702
Yxy20.99300.54890.3634
Hunter Lab45.818143.346425.5117
CIE-Lab52.941849.610146.9118

#d7542f color RGB value is (215,84,47).

#d7542f hex color red value is 215, green value is 84 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d7542f hue: 0.04 , saturation: 0.68 and the lightness value of d7542f is 0.51.

The process color (four color CMYK) of #d7542f color hex is 0.00, 0.61, 0.78, 0.16. Web safe color of #d7542f is #cc6633. Color #d7542f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010100 00101111
Octal 327 124 57
Decimal 215 84 47
Hex D7 54 2F

RGB Percentages of Color #d7542f

%62.14
%24.28
%13.58

CMYK Percentages of Color #d7542f

%0
%61
%78
%16

Triadic Colors of #d7542f

#d7542f #2fd754 #542fd7

Analogous Colors of #d7542f

#d7542f #d7a82f #d72f5e

Monochromatic Colors of #d7542f

#d7542f

Complementary Color

#d7542f #2fb2d7

#d7542f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7542f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7542f Color CSS Codes

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

#d7542f Text Font Color

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

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


#d7542f Background Color

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

This div background color is #d7542f


#d7542f Border Color

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

This div border color is #d7542f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7542f


Comments

No comments written yet.

Please login to write comment.