Color Hex Logo

#d43146 Color Hex

#D43146
(212,49,70)
0 Favorites   0 Comments

Color spaces of #d43146

RGB 2124970
HSL0.980.650.51
HSV352°77°83°
CMYK 0.000.770.67   0.17
XYZ29.355216.63597.4582
Yxy16.63590.54920.3112
Hunter Lab40.787157.092017.7094
CIE-Lab47.798062.984628.1648

#d43146 color RGB value is (212,49,70).

#d43146 hex color red value is 212, green value is 49 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #d43146 hue: 0.98 , saturation: 0.65 and the lightness value of d43146 is 0.51.

The process color (four color CMYK) of #d43146 color hex is 0.00, 0.77, 0.67, 0.17. Web safe color of #d43146 is #cc3333. Color #d43146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110001 01000110
Octal 324 61 106
Decimal 212 49 70
Hex D4 31 46

RGB Percentages of Color #d43146

%64.05
%14.80
%21.15

CMYK Percentages of Color #d43146

%0
%77
%67
%17

Triadic Colors of #d43146

#d43146 #46d431 #3146d4

Analogous Colors of #d43146

#d43146 #d46e31 #d43198

Monochromatic Colors of #d43146

#d43146

Complementary Color

#d43146 #31d4bf

#d43146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43146 Color CSS Codes

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

#d43146 Text Font Color

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

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


#d43146 Background Color

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

This div background color is #d43146


#d43146 Border Color

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

This div border color is #d43146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43146


Comments

No comments written yet.

Please login to write comment.