Color Hex Logo

#d34949 Color Hex

#D34949
(211,73,73)
0 Favorites   0 Comments

Color spaces of #d34949

RGB 2117373
HSL0.000.610.56
HSV65°83°
CMYK 0.000.650.65   0.17
XYZ30.449119.09508.3842
Yxy19.09500.52560.3296
Hunter Lab43.697847.909519.2126
CIE-Lab50.798254.199730.0821

#d34949 color RGB value is (211,73,73).

#d34949 hex color red value is 211, green value is 73 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d34949 hue: 0.00 , saturation: 0.61 and the lightness value of d34949 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001001 01001001
Octal 323 111 111
Decimal 211 73 73
Hex D3 49 49

RGB Percentages of Color #d34949

%59.10
%20.45
%20.45

CMYK Percentages of Color #d34949

%0
%65
%65
%17

Triadic Colors of #d34949

#d34949 #49d349 #4949d3

Analogous Colors of #d34949

#d34949 #d38e49 #d3498e

Monochromatic Colors of #d34949

#d34949

Complementary Color

#d34949 #49d3d3

#d34949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34949 Color CSS Codes

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

#d34949 Text Font Color

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

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


#d34949 Background Color

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

This div background color is #d34949


#d34949 Border Color

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

This div border color is #d34949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34949

#d34949 Color Palettes


Comments

No comments written yet.

Please login to write comment.