Color Hex Logo

#d47373 Color Hex

#D47373
(212,115,115)
1 Favorites   0 Comments

Color spaces of #d47373

RGB 212115115
HSL0.000.530.64
HSV46°83°
CMYK 0.000.460.46   0.17
XYZ36.376627.496319.6097
Yxy27.49630.43570.3294
Hunter Lab52.436932.064614.5333
CIE-Lab59.430937.887317.1083

#d47373 color RGB value is (212,115,115).

#d47373 hex color red value is 212, green value is 115 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d47373 hue: 0.00 , saturation: 0.53 and the lightness value of d47373 is 0.64.

The process color (four color CMYK) of #d47373 color hex is 0.00, 0.46, 0.46, 0.17. Web safe color of #d47373 is #cc6666. Color #d47373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110011 01110011
Octal 324 163 163
Decimal 212 115 115
Hex D4 73 73

RGB Percentages of Color #d47373

%47.96
%26.02
%26.02

CMYK Percentages of Color #d47373

%0
%46
%46
%17

Triadic Colors of #d47373

#d47373 #73d473 #7373d4

Analogous Colors of #d47373

#d47373 #d4a473 #d473a4

Monochromatic Colors of #d47373

#d47373

Complementary Color

#d47373 #73d4d4

#d47373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47373 Color CSS Codes

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

#d47373 Text Font Color

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

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


#d47373 Background Color

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

This div background color is #d47373


#d47373 Border Color

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

This div border color is #d47373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47373


Comments

No comments written yet.

Please login to write comment.