Color Hex Logo

#d73d72 Color Hex

#D73D72
(215,61,114)
0 Favorites   0 Comments

Color spaces of #d73d72

RGB 21561114
HSL0.940.660.54
HSV339°72°84°
CMYK 0.000.720.47   0.16
XYZ32.730318.999517.8618
Yxy18.99950.47030.2730
Hunter Lab43.588457.75496.2158
CIE-Lab50.686663.01935.4927

#d73d72 color RGB value is (215,61,114).

#d73d72 hex color red value is 215, green value is 61 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d73d72 hue: 0.94 , saturation: 0.66 and the lightness value of d73d72 is 0.54.

The process color (four color CMYK) of #d73d72 color hex is 0.00, 0.72, 0.47, 0.16. Web safe color of #d73d72 is #cc3366. Color #d73d72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111101 01110010
Octal 327 75 162
Decimal 215 61 114
Hex D7 3D 72

RGB Percentages of Color #d73d72

%55.13
%15.64
%29.23

CMYK Percentages of Color #d73d72

%0
%72
%47
%16

Triadic Colors of #d73d72

#d73d72 #72d73d #3d72d7

Analogous Colors of #d73d72

#d73d72 #d7553d #d73dbf

Monochromatic Colors of #d73d72

#d73d72

Complementary Color

#d73d72 #3dd7a2

#d73d72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73d72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73d72 Color CSS Codes

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

#d73d72 Text Font Color

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

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


#d73d72 Background Color

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

This div background color is #d73d72


#d73d72 Border Color

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

This div border color is #d73d72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73d72


Comments

No comments written yet.

Please login to write comment.