Color Hex Logo

#d73daa Color Hex

#D73DAA
(215,61,170)
0 Favorites   0 Comments

Color spaces of #d73daa

RGB 21561170
HSL0.880.660.54
HSV318°72°84°
CMYK 0.000.720.21   0.16
XYZ36.948820.686840.0758
Yxy20.68680.37810.2117
Hunter Lab45.482765.4132-20.4037
CIE-Lab52.605069.2029-25.0456

#d73daa color RGB value is (215,61,170).

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

The process color (four color CMYK) of #d73daa color hex is 0.00, 0.72, 0.21, 0.16. Web safe color of #d73daa is #cc3399. Color #d73daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111101 10101010
Octal 327 75 252
Decimal 215 61 170
Hex D7 3D AA

RGB Percentages of Color #d73daa

%48.21
%13.68
%38.12

CMYK Percentages of Color #d73daa

%0
%72
%21
%16

Triadic Colors of #d73daa

#d73daa #aad73d #3daad7

Analogous Colors of #d73daa

#d73daa #d73d5d #b73dd7

Monochromatic Colors of #d73daa

#d73daa

Complementary Color

#d73daa #3dd76a

#d73daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73daa Color CSS Codes

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

#d73daa Text Font Color

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

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


#d73daa Background Color

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

This div background color is #d73daa


#d73daa Border Color

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

This div border color is #d73daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73daa


Comments

No comments written yet.

Please login to write comment.