Color Hex Logo

#d9453c Color Hex

#D9453C
(217,69,60)
0 Favorites   0 Comments

Color spaces of #d9453c

RGB 2176960
HSL0.010.670.54
HSV72°85°
CMYK 0.000.680.72   0.15
XYZ31.559019.33426.3435
Yxy19.33420.55140.3378
Hunter Lab43.970751.165822.2259
CIE-Lab51.075957.109838.1152

#d9453c color RGB value is (217,69,60).

#d9453c hex color red value is 217, green value is 69 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #d9453c hue: 0.01 , saturation: 0.67 and the lightness value of d9453c is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000101 00111100
Octal 331 105 74
Decimal 217 69 60
Hex D9 45 3C

RGB Percentages of Color #d9453c

%62.72
%19.94
%17.34

CMYK Percentages of Color #d9453c

%0
%68
%72
%15

Triadic Colors of #d9453c

#d9453c #3cd945 #453cd9

Analogous Colors of #d9453c

#d9453c #d9943c #d93c82

Monochromatic Colors of #d9453c

#d9453c

Complementary Color

#d9453c #3cd0d9

#d9453c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9453c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9453c Color CSS Codes

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

#d9453c Text Font Color

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

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


#d9453c Background Color

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

This div background color is #d9453c


#d9453c Border Color

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

This div border color is #d9453c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,69,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9453c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9453c;
  -webkit-box-shadow: 1px 1px 3px 2px #d9453c;
  box-shadow:         1px 1px 3px 2px #d9453c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9453c


Comments

No comments written yet.

Please login to write comment.