Color Hex Logo

#d4643f Color Hex

#D4643F
(212,100,63)
0 Favorites   0 Comments

Color spaces of #d4643f

RGB 21210063
HSL0.040.630.54
HSV15°70°83°
CMYK 0.000.530.70   0.17
XYZ32.605823.47037.5143
Yxy23.47030.51270.3691
Hunter Lab48.446235.355424.7161
CIE-Lab55.553541.596541.3318

#d4643f color RGB value is (212,100,63).

#d4643f hex color red value is 212, green value is 100 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d4643f hue: 0.04 , saturation: 0.63 and the lightness value of d4643f is 0.54.

The process color (four color CMYK) of #d4643f color hex is 0.00, 0.53, 0.70, 0.17. Web safe color of #d4643f is #cc6633. Color #d4643f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100100 00111111
Octal 324 144 77
Decimal 212 100 63
Hex D4 64 3F

RGB Percentages of Color #d4643f

%56.53
%26.67
%16.80

CMYK Percentages of Color #d4643f

%0
%53
%70
%17

Triadic Colors of #d4643f

#d4643f #3fd464 #643fd4

Analogous Colors of #d4643f

#d4643f #d4af3f #d43f65

Monochromatic Colors of #d4643f

#d4643f

Complementary Color

#d4643f #3fafd4

#d4643f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4643f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4643f Color CSS Codes

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

#d4643f Text Font Color

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

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


#d4643f Background Color

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

This div background color is #d4643f


#d4643f Border Color

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

This div border color is #d4643f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4643f

#d4643f Color Palettes


Comments

No comments written yet.

Please login to write comment.