Color Hex Logo

#d1514e Color Hex

#D1514E
(209,81,78)
0 Favorites   0 Comments

Color spaces of #d1514e

RGB 2098178
HSL0.000.590.56
HSV63°82°
CMYK 0.000.610.63   0.18
XYZ30.612119.99029.4528
Yxy19.99020.50970.3329
Hunter Lab44.710443.971318.7620
CIE-Lab51.826150.378228.3831

#d1514e color RGB value is (209,81,78).

#d1514e hex color red value is 209, green value is 81 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d1514e hue: 0.00 , saturation: 0.59 and the lightness value of d1514e is 0.56.

The process color (four color CMYK) of #d1514e color hex is 0.00, 0.61, 0.63, 0.18. Web safe color of #d1514e is #cc6666. Color #d1514e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010001 01001110
Octal 321 121 116
Decimal 209 81 78
Hex D1 51 4E

RGB Percentages of Color #d1514e

%56.79
%22.01
%21.20

CMYK Percentages of Color #d1514e

%0
%61
%63
%18

Triadic Colors of #d1514e

#d1514e #4ed151 #514ed1

Analogous Colors of #d1514e

#d1514e #d1934e #d14e8d

Monochromatic Colors of #d1514e

#d1514e

Complementary Color

#d1514e #4eced1

#d1514e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1514e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1514e Color CSS Codes

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

#d1514e Text Font Color

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

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


#d1514e Background Color

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

This div background color is #d1514e


#d1514e Border Color

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

This div border color is #d1514e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1514e


Comments

No comments written yet.

Please login to write comment.