Color Hex Logo

#d34943 Color Hex

#D34943
(211,73,67)
0 Favorites   0 Comments

Color spaces of #d34943

RGB 2117367
HSL0.010.620.55
HSV68°83°
CMYK 0.000.650.68   0.17
XYZ30.259619.01927.3864
Yxy19.01920.53400.3356
Hunter Lab43.611047.533420.4858
CIE-Lab50.709753.869933.4485

#d34943 color RGB value is (211,73,67).

#d34943 hex color red value is 211, green value is 73 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #d34943 hue: 0.01 , saturation: 0.62 and the lightness value of d34943 is 0.55.

The process color (four color CMYK) of #d34943 color hex is 0.00, 0.65, 0.68, 0.17. Web safe color of #d34943 is #cc3333. Color #d34943 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001001 01000011
Octal 323 111 103
Decimal 211 73 67
Hex D3 49 43

RGB Percentages of Color #d34943

%60.11
%20.80
%19.09

CMYK Percentages of Color #d34943

%0
%65
%68
%17

Triadic Colors of #d34943

#d34943 #43d349 #4943d3

Analogous Colors of #d34943

#d34943 #d39143 #d34385

Monochromatic Colors of #d34943

#d34943

Complementary Color

#d34943 #43cdd3

#d34943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34943 Color CSS Codes

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

#d34943 Text Font Color

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

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


#d34943 Background Color

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

This div background color is #d34943


#d34943 Border Color

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

This div border color is #d34943


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,73,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d34943; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d34943;
  -webkit-box-shadow: 1px 1px 3px 2px #d34943;
  box-shadow:         1px 1px 3px 2px #d34943; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,73,67, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34943


Comments

No comments written yet.

Please login to write comment.