color codes Logo

#d76daa color codes

#D76DAA
(215,109,170)
0 Favorites   0 Comments

Color spaces of #d76daa

RGB 215109170
HSL0.900.570.64
HSV325°49°84°
CMYK 0.000.490.21   0.16
XYZ40.748728.286641.3424
Yxy28.28660.36920.2563
Hunter Lab53.185143.6868-8.8583
CIE-Lab60.146848.7988-13.5369

#d76daa color RGB value is (215,109,170).

#d76daa hex color red value is 215, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d76daa hue: 0.90 , saturation: 0.57 and the lightness value of d76daa is 0.64.

The process color (four color CMYK) of #d76daa color code is 0.00, 0.49, 0.21, 0.16. Web safe color of #d76daa is #cc6699. Color #d76daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101101 10101010
Octal 327 155 252
Decimal 215 109 170
Hex D7 6D AA

RGB Percentages of Color #d76daa

%43.52
%22.06
%34.41

CMYK Percentages of Color #d76daa

%0
%49
%21
%16

Triadic Colors of #d76daa

#d76daa #aad76d #6daad7

Analogous Colors of #d76daa

#d76daa #d76d75 #cf6dd7

Monochromatic Colors of #d76daa

#d76daa

Complementary Color

#d76daa #6dd79a

#d76daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76daa Color CSS Codes

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

#d76daa Text Font Color

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

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


#d76daa Background Color

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

This div background color is #d76daa


#d76daa Border Color

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

This div border color is #d76daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,109,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 #d76daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76daa


Comments

No comments written yet.

Please login to write comment.