Color Hex Logo

#d40637 Color Hex

#D40637
(212,6,55)
0 Favorites   0 Comments

Color spaces of #d40637

RGB 212655
HSL0.960.940.43
HSV346°97°83°
CMYK 0.000.970.74   0.17
XYZ27.906114.40314.9237
Yxy14.40310.59080.3049
Hunter Lab37.951464.838118.8739
CIE-Lab44.805670.227433.5835

#d40637 color RGB value is (212,6,55).

#d40637 hex color red value is 212, green value is 6 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #d40637 hue: 0.96 , saturation: 0.94 and the lightness value of d40637 is 0.43.

The process color (four color CMYK) of #d40637 color hex is 0.00, 0.97, 0.74, 0.17. Web safe color of #d40637 is #cc0033. Color #d40637 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000110 00110111
Octal 324 6 67
Decimal 212 6 55
Hex D4 6 37

RGB Percentages of Color #d40637

%77.66
%2.20
%20.15

CMYK Percentages of Color #d40637

%0
%97
%74
%17

Triadic Colors of #d40637

#d40637 #37d406 #0637d4

Analogous Colors of #d40637

#d40637 #d43c06 #d4069e

Monochromatic Colors of #d40637

#d40637

Complementary Color

#d40637 #06d4a3

#d40637 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d40637 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d40637 Color CSS Codes

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

#d40637 Text Font Color

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

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


#d40637 Background Color

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

This div background color is #d40637


#d40637 Border Color

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

This div border color is #d40637


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d40637


Comments

No comments written yet.

Please login to write comment.