Color Hex Logo

#d60b47 Color Hex

#D60B47
(214,11,71)
0 Favorites   0 Comments

Color spaces of #d60b47

RGB 2141171
HSL0.950.900.44
HSV342°95°84°
CMYK 0.000.950.67   0.16
XYZ28.988614.99047.3268
Yxy14.99040.56500.2922
Hunter Lab38.717465.891415.8823
CIE-Lab45.621070.955024.8950

#d60b47 color RGB value is (214,11,71).

#d60b47 hex color red value is 214, green value is 11 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #d60b47 hue: 0.95 , saturation: 0.90 and the lightness value of d60b47 is 0.44.

The process color (four color CMYK) of #d60b47 color hex is 0.00, 0.95, 0.67, 0.16. Web safe color of #d60b47 is #cc0033. Color #d60b47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001011 01000111
Octal 326 13 107
Decimal 214 11 71
Hex D6 B 47

RGB Percentages of Color #d60b47

%72.30
%3.72
%23.99

CMYK Percentages of Color #d60b47

%0
%95
%67
%16

Triadic Colors of #d60b47

#d60b47 #47d60b #0b47d6

Analogous Colors of #d60b47

#d60b47 #d6350b #d60bad

Monochromatic Colors of #d60b47

#d60b47

Complementary Color

#d60b47 #0bd69a

#d60b47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60b47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60b47 Color CSS Codes

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

#d60b47 Text Font Color

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

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


#d60b47 Background Color

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

This div background color is #d60b47


#d60b47 Border Color

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

This div border color is #d60b47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60b47


Comments

No comments written yet.

Please login to write comment.