Color Hex Logo

#d5473a Color Hex

#D5473A
(213,71,58)
0 Favorites   0 Comments

Color spaces of #d5473a

RGB 2137158
HSL0.010.650.53
HSV73°84°
CMYK 0.000.670.73   0.16
XYZ30.457518.95816.0570
Yxy18.95810.54910.3418
Hunter Lab43.540948.666822.2308
CIE-Lab50.638154.920938.5457

#d5473a color RGB value is (213,71,58).

#d5473a hex color red value is 213, green value is 71 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #d5473a hue: 0.01 , saturation: 0.65 and the lightness value of d5473a is 0.53.

The process color (four color CMYK) of #d5473a color hex is 0.00, 0.67, 0.73, 0.16. Web safe color of #d5473a is #cc3333. Color #d5473a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000111 00111010
Octal 325 107 72
Decimal 213 71 58
Hex D5 47 3A

RGB Percentages of Color #d5473a

%62.28
%20.76
%16.96

CMYK Percentages of Color #d5473a

%0
%67
%73
%16

Triadic Colors of #d5473a

#d5473a #3ad547 #473ad5

Analogous Colors of #d5473a

#d5473a #d5953a #d53a7b

Monochromatic Colors of #d5473a

#d5473a

Complementary Color

#d5473a #3ac8d5

#d5473a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5473a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5473a Color CSS Codes

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

#d5473a Text Font Color

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

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


#d5473a Background Color

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

This div background color is #d5473a


#d5473a Border Color

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

This div border color is #d5473a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,71,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5473a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5473a;
  -webkit-box-shadow: 1px 1px 3px 2px #d5473a;
  box-shadow:         1px 1px 3px 2px #d5473a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5473a


Comments

No comments written yet.

Please login to write comment.