Color Hex Logo

#d64547 Color Hex

#D64547
(214,69,71)
0 Favorites   0 Comments

Color spaces of #d64547

RGB 2146971
HSL1.000.640.55
HSV359°68°84°
CMYK 0.000.680.67   0.16
XYZ30.997019.00737.9963
Yxy19.00730.53440.3277
Hunter Lab43.597450.615119.6436
CIE-Lab50.695756.681031.2385

#d64547 color RGB value is (214,69,71).

#d64547 hex color red value is 214, green value is 69 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #d64547 hue: 1.00 , saturation: 0.64 and the lightness value of d64547 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000101 01000111
Octal 326 105 107
Decimal 214 69 71
Hex D6 45 47

RGB Percentages of Color #d64547

%60.45
%19.49
%20.06

CMYK Percentages of Color #d64547

%0
%68
%67
%16

Triadic Colors of #d64547

#d64547 #47d645 #4547d6

Analogous Colors of #d64547

#d64547 #d68c45 #d64590

Monochromatic Colors of #d64547

#d64547

Complementary Color

#d64547 #45d6d4

#d64547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64547 Color CSS Codes

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

#d64547 Text Font Color

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

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


#d64547 Background Color

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

This div background color is #d64547


#d64547 Border Color

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

This div border color is #d64547


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,69,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d64547; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d64547;
  -webkit-box-shadow: 1px 1px 3px 2px #d64547;
  box-shadow:         1px 1px 3px 2px #d64547; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,69,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64547


Comments

No comments written yet.

Please login to write comment.