Color Hex Logo

#d60b41 Color Hex

#D60B41
(214,11,65)
0 Favorites   0 Comments

Color spaces of #d60b41

RGB 2141165
HSL0.960.900.44
HSV344°95°84°
CMYK 0.000.950.70   0.16
XYZ28.805414.91716.3621
Yxy14.91710.57510.2978
Hunter Lab38.622765.538517.2693
CIE-Lab45.520470.678128.4611

#d60b41 color RGB value is (214,11,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001011 01000001
Octal 326 13 101
Decimal 214 11 65
Hex D6 B 41

RGB Percentages of Color #d60b41

%73.79
%3.79
%22.41

CMYK Percentages of Color #d60b41

%0
%95
%70
%16

Triadic Colors of #d60b41

#d60b41 #41d60b #0b41d6

Analogous Colors of #d60b41

#d60b41 #d63b0b #d60ba7

Monochromatic Colors of #d60b41

#d60b41

Complementary Color

#d60b41 #0bd6a0

#d60b41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60b41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60b41 Color CSS Codes

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

#d60b41 Text Font Color

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

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


#d60b41 Background Color

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

This div background color is #d60b41


#d60b41 Border Color

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

This div border color is #d60b41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60b41


Comments

No comments written yet.

Please login to write comment.