Color Hex Logo

#d51449 Color Hex

#D51449
(213,20,73)
0 Favorites   0 Comments

Color spaces of #d51449

RGB 2132073
HSL0.950.830.46
HSV344°91°84°
CMYK 0.000.910.66   0.16
XYZ28.893315.12757.7004
Yxy15.12750.55860.2925
Hunter Lab38.894164.537915.4874
CIE-Lab45.808369.778523.8581

#d51449 color RGB value is (213,20,73).

#d51449 hex color red value is 213, green value is 20 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d51449 hue: 0.95 , saturation: 0.83 and the lightness value of d51449 is 0.46.

The process color (four color CMYK) of #d51449 color hex is 0.00, 0.91, 0.66, 0.16. Web safe color of #d51449 is #cc0033. Color #d51449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010100 01001001
Octal 325 24 111
Decimal 213 20 73
Hex D5 14 49

RGB Percentages of Color #d51449

%69.61
%6.54
%23.86

CMYK Percentages of Color #d51449

%0
%91
%66
%16

Triadic Colors of #d51449

#d51449 #49d514 #1449d5

Analogous Colors of #d51449

#d51449 #d54014 #d514aa

Monochromatic Colors of #d51449

#d51449

Complementary Color

#d51449 #14d5a0

#d51449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51449 Color CSS Codes

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

#d51449 Text Font Color

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

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


#d51449 Background Color

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

This div background color is #d51449


#d51449 Border Color

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

This div border color is #d51449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51449


Comments

No comments written yet.

Please login to write comment.