Color Hex Logo

#d64047 Color Hex

#D64047
(214,64,71)
0 Favorites   0 Comments

Color spaces of #d64047

RGB 2146471
HSL0.990.650.55
HSV357°70°84°
CMYK 0.000.700.67   0.16
XYZ30.702318.41797.8980
Yxy18.41790.53850.3230
Hunter Lab42.916152.596319.1299
CIE-Lab49.999158.589630.3820

#d64047 color RGB value is (214,64,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000000 01000111
Octal 326 100 107
Decimal 214 64 71
Hex D6 40 47

RGB Percentages of Color #d64047

%61.32
%18.34
%20.34

CMYK Percentages of Color #d64047

%0
%70
%67
%16

Triadic Colors of #d64047

#d64047 #47d640 #4047d6

Analogous Colors of #d64047

#d64047 #d68440 #d64092

Monochromatic Colors of #d64047

#d64047

Complementary Color

#d64047 #40d6cf

#d64047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64047 Color CSS Codes

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

#d64047 Text Font Color

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

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


#d64047 Background Color

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

This div background color is #d64047


#d64047 Border Color

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

This div border color is #d64047


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,64,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 #d64047">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64047


Comments

No comments written yet.

Please login to write comment.