Color Hex Logo

#d969ac Color Hex

#D969AC
(217,105,172)
0 Favorites   0 Comments

Color spaces of #d969ac

RGB 217105172
HSL0.900.600.63
HSV324°52°85°
CMYK 0.000.520.21   0.15
XYZ41.113227.833442.2352
Yxy27.83340.36980.2503
Hunter Lab52.757446.7776-10.5348
CIE-Lab59.737951.6820-15.2769

#d969ac color RGB value is (217,105,172).

#d969ac hex color red value is 217, green value is 105 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d969ac hue: 0.90 , saturation: 0.60 and the lightness value of d969ac is 0.63.

The process color (four color CMYK) of #d969ac color hex is 0.00, 0.52, 0.21, 0.15. Web safe color of #d969ac is #cc6699. Color #d969ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101001 10101100
Octal 331 151 254
Decimal 217 105 172
Hex D9 69 AC

RGB Percentages of Color #d969ac

%43.93
%21.26
%34.82

CMYK Percentages of Color #d969ac

%0
%52
%21
%15

Triadic Colors of #d969ac

#d969ac #acd969 #69acd9

Analogous Colors of #d969ac

#d969ac #d96974 #ce69d9

Monochromatic Colors of #d969ac

#d969ac

Complementary Color

#d969ac #69d996

#d969ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d969ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d969ac Color CSS Codes

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

#d969ac Text Font Color

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

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


#d969ac Background Color

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

This div background color is #d969ac


#d969ac Border Color

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

This div border color is #d969ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,105,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d969ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d969ac;
  -webkit-box-shadow: 1px 1px 3px 2px #d969ac;
  box-shadow:         1px 1px 3px 2px #d969ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,105,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d969ac


Comments

No comments written yet.

Please login to write comment.