Color Hex Logo

#d5443b Color Hex

#D5443B
(213,68,59)
0 Favorites   0 Comments

Color spaces of #d5443b

RGB 2136859
HSL0.010.650.53
HSV72°84°
CMYK 0.000.680.72   0.16
XYZ30.297118.59616.1303
Yxy18.59610.55060.3380
Hunter Lab43.123249.943321.7577
CIE-Lab50.211356.159137.5029

#d5443b color RGB value is (213,68,59).

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

The process color (four color CMYK) of #d5443b color hex is 0.00, 0.68, 0.72, 0.16. Web safe color of #d5443b is #cc3333. Color #d5443b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000100 00111011
Octal 325 104 73
Decimal 213 68 59
Hex D5 44 3B

RGB Percentages of Color #d5443b

%62.65
%20.00
%17.35

CMYK Percentages of Color #d5443b

%0
%68
%72
%16

Triadic Colors of #d5443b

#d5443b #3bd544 #443bd5

Analogous Colors of #d5443b

#d5443b #d5913b #d53b7f

Monochromatic Colors of #d5443b

#d5443b

Complementary Color

#d5443b #3bccd5

#d5443b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5443b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5443b Color CSS Codes

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

#d5443b Text Font Color

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

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


#d5443b Background Color

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

This div background color is #d5443b


#d5443b Border Color

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

This div border color is #d5443b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5443b


Comments

No comments written yet.

Please login to write comment.