Color Hex Logo

#d60379 Color Hex

#D60379
(214,3,121)
0 Favorites   0 Comments

Color spaces of #d60379

RGB 2143121
HSL0.910.970.43
HSV326°99°84°
CMYK 0.000.990.43   0.16
XYZ31.215315.741719.4824
Yxy15.74170.46980.2369
Hunter Lab39.675871.0038-1.3407
CIE-Lab46.633874.9956-4.7108

#d60379 color RGB value is (214,3,121).

#d60379 hex color red value is 214, green value is 3 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #d60379 hue: 0.91 , saturation: 0.97 and the lightness value of d60379 is 0.43.

The process color (four color CMYK) of #d60379 color hex is 0.00, 0.99, 0.43, 0.16. Web safe color of #d60379 is #cc0066. Color #d60379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000011 01111001
Octal 326 3 171
Decimal 214 3 121
Hex D6 3 79

RGB Percentages of Color #d60379

%63.31
%0.89
%35.80

CMYK Percentages of Color #d60379

%0
%99
%43
%16

Triadic Colors of #d60379

#d60379 #79d603 #0379d6

Analogous Colors of #d60379

#d60379 #d60310 #ca03d6

Monochromatic Colors of #d60379

#d60379

Complementary Color

#d60379 #03d660

#d60379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60379 Color CSS Codes

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

#d60379 Text Font Color

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

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


#d60379 Background Color

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

This div background color is #d60379


#d60379 Border Color

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

This div border color is #d60379


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,3,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60379


Comments

No comments written yet.

Please login to write comment.