Color Hex Logo

#d74660 Color Hex

#D74660
(215,70,96)
0 Favorites   0 Comments

Color spaces of #d74660

RGB 2157096
HSL0.970.640.56
HSV349°67°84°
CMYK 0.000.670.55   0.16
XYZ32.325819.671913.1596
Yxy19.67190.49610.3019
Hunter Lab44.353052.478313.4557
CIE-Lab51.464258.217917.4340

#d74660 color RGB value is (215,70,96).

#d74660 hex color red value is 215, green value is 70 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d74660 hue: 0.97 , saturation: 0.64 and the lightness value of d74660 is 0.56.

The process color (four color CMYK) of #d74660 color hex is 0.00, 0.67, 0.55, 0.16. Web safe color of #d74660 is #cc3366. Color #d74660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000110 01100000
Octal 327 106 140
Decimal 215 70 96
Hex D7 46 60

RGB Percentages of Color #d74660

%56.43
%18.37
%25.20

CMYK Percentages of Color #d74660

%0
%67
%55
%16

Triadic Colors of #d74660

#d74660 #60d746 #4660d7

Analogous Colors of #d74660

#d74660 #d77546 #d746a9

Monochromatic Colors of #d74660

#d74660

Complementary Color

#d74660 #46d7bd

#d74660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74660 Color CSS Codes

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

#d74660 Text Font Color

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

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


#d74660 Background Color

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

This div background color is #d74660


#d74660 Border Color

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

This div border color is #d74660


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,70,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d74660; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d74660;
  -webkit-box-shadow: 1px 1px 3px 2px #d74660;
  box-shadow:         1px 1px 3px 2px #d74660; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,70,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74660


Comments

No comments written yet.

Please login to write comment.