Color Hex Logo

#d1484e Color Hex

#D1484E
(209,72,78)
0 Favorites   0 Comments

Color spaces of #d1484e

RGB 2097278
HSL0.990.600.55
HSV357°66°82°
CMYK 0.000.660.63   0.18
XYZ29.987018.74019.2444
Yxy18.74010.51730.3233
Hunter Lab43.289847.890317.6417
CIE-Lab50.381754.255126.5484

#d1484e color RGB value is (209,72,78).

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

The process color (four color CMYK) of #d1484e color hex is 0.00, 0.66, 0.63, 0.18. Web safe color of #d1484e is #cc3366. Color #d1484e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 01001110
Octal 321 110 116
Decimal 209 72 78
Hex D1 48 4E

RGB Percentages of Color #d1484e

%58.22
%20.06
%21.73

CMYK Percentages of Color #d1484e

%0
%66
%63
%18

Triadic Colors of #d1484e

#d1484e #4ed148 #484ed1

Analogous Colors of #d1484e

#d1484e #d18748 #d14893

Monochromatic Colors of #d1484e

#d1484e

Complementary Color

#d1484e #48d1cb

#d1484e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1484e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1484e Color CSS Codes

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

#d1484e Text Font Color

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

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


#d1484e Background Color

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

This div background color is #d1484e


#d1484e Border Color

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

This div border color is #d1484e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1484e


Comments

No comments written yet.

Please login to write comment.