Color Hex Logo

#d14849 Color Hex

#D14849
(209,72,73)
0 Favorites   0 Comments

Color spaces of #d14849

RGB 2097273
HSL1.000.600.55
HSV360°66°82°
CMYK 0.000.660.65   0.18
XYZ29.814518.67118.3358
Yxy18.67110.52470.3286
Hunter Lab43.210147.545518.8092
CIE-Lab50.300253.952729.3876

#d14849 color RGB value is (209,72,73).

#d14849 hex color red value is 209, green value is 72 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d14849 hue: 1.00 , saturation: 0.60 and the lightness value of d14849 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 01001001
Octal 321 110 111
Decimal 209 72 73
Hex D1 48 49

RGB Percentages of Color #d14849

%59.04
%20.34
%20.62

CMYK Percentages of Color #d14849

%0
%66
%65
%18

Triadic Colors of #d14849

#d14849 #49d148 #4849d1

Analogous Colors of #d14849

#d14849 #d18c48 #d1488e

Monochromatic Colors of #d14849

#d14849

Complementary Color

#d14849 #48d1d0

#d14849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14849 Color CSS Codes

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

#d14849 Text Font Color

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

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


#d14849 Background Color

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

This div background color is #d14849


#d14849 Border Color

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

This div border color is #d14849


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,72,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 #d14849">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14849


Comments

No comments written yet.

Please login to write comment.