Color Hex Logo

#d60549 Color Hex

#D60549
(214,5,73)
0 Favorites   0 Comments

Color spaces of #d60549

RGB 214573
HSL0.950.950.43
HSV340°98°84°
CMYK 0.000.980.66   0.16
XYZ28.988414.88577.6487
Yxy14.88570.56260.2889
Hunter Lab38.582066.596715.2534
CIE-Lab45.477271.574023.4727

#d60549 color RGB value is (214,5,73).

#d60549 hex color red value is 214, green value is 5 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d60549 hue: 0.95 , saturation: 0.95 and the lightness value of d60549 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000101 01001001
Octal 326 5 111
Decimal 214 5 73
Hex D6 5 49

RGB Percentages of Color #d60549

%73.29
%1.71
%25.00

CMYK Percentages of Color #d60549

%0
%98
%66
%16

Triadic Colors of #d60549

#d60549 #49d605 #0549d6

Analogous Colors of #d60549

#d60549 #d62a05 #d605b2

Monochromatic Colors of #d60549

#d60549

Complementary Color

#d60549 #05d692

#d60549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60549 Color CSS Codes

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

#d60549 Text Font Color

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

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


#d60549 Background Color

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

This div background color is #d60549


#d60549 Border Color

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

This div border color is #d60549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60549


Comments

No comments written yet.

Please login to write comment.