Color Hex Logo

#d60791 Color Hex

#D60791
(214,7,145)
0 Favorites   0 Comments

Color spaces of #d60791

RGB 2147145
HSL0.890.940.43
HSV320°97°84°
CMYK 0.000.970.32   0.16
XYZ32.918416.492428.2364
Yxy16.49240.42390.2124
Hunter Lab40.610873.6199-12.7963
CIE-Lab47.614076.9335-17.8607

#d60791 color RGB value is (214,7,145).

#d60791 hex color red value is 214, green value is 7 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #d60791 hue: 0.89 , saturation: 0.94 and the lightness value of d60791 is 0.43.

The process color (four color CMYK) of #d60791 color hex is 0.00, 0.97, 0.32, 0.16. Web safe color of #d60791 is #cc0099. Color #d60791 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000111 10010001
Octal 326 7 221
Decimal 214 7 145
Hex D6 7 91

RGB Percentages of Color #d60791

%58.47
%1.91
%39.62

CMYK Percentages of Color #d60791

%0
%97
%32
%16

Triadic Colors of #d60791

#d60791 #91d607 #0791d6

Analogous Colors of #d60791

#d60791 #d6072a #b407d6

Monochromatic Colors of #d60791

#d60791

Complementary Color

#d60791 #07d64c

#d60791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60791 Color CSS Codes

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

#d60791 Text Font Color

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

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


#d60791 Background Color

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

This div background color is #d60791


#d60791 Border Color

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

This div border color is #d60791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60791


Comments

No comments written yet.

Please login to write comment.