Color Hex Logo

#d4672a Color Hex

#D4672A
(212,103,42)
0 Favorites   0 Comments

Color spaces of #d4672a

RGB 21210342
HSL0.060.670.50
HSV22°80°83°
CMYK 0.000.510.80   0.17
XYZ32.419523.86475.0881
Yxy23.86470.52820.3889
Hunter Lab48.851532.968428.0207
CIE-Lab55.952139.210652.0173

#d4672a color RGB value is (212,103,42).

#d4672a hex color red value is 212, green value is 103 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d4672a hue: 0.06 , saturation: 0.67 and the lightness value of d4672a is 0.50.

The process color (four color CMYK) of #d4672a color hex is 0.00, 0.51, 0.80, 0.17. Web safe color of #d4672a is #cc6633. Color #d4672a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100111 00101010
Octal 324 147 52
Decimal 212 103 42
Hex D4 67 2A

RGB Percentages of Color #d4672a

%59.38
%28.85
%11.76

CMYK Percentages of Color #d4672a

%0
%51
%80
%17

Triadic Colors of #d4672a

#d4672a #2ad467 #672ad4

Analogous Colors of #d4672a

#d4672a #d4bc2a #d42a42

Monochromatic Colors of #d4672a

#d4672a

Complementary Color

#d4672a #2a97d4

#d4672a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4672a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4672a Color CSS Codes

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

#d4672a Text Font Color

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

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


#d4672a Background Color

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

This div background color is #d4672a


#d4672a Border Color

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

This div border color is #d4672a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,103,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4672a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4672a;
  -webkit-box-shadow: 1px 1px 3px 2px #d4672a;
  box-shadow:         1px 1px 3px 2px #d4672a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,103,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4672a


Comments

No comments written yet.

Please login to write comment.