Color Hex Logo

#d968ac Color Hex

#D968AC
(217,104,172)
0 Favorites   0 Comments

Color spaces of #d968ac

RGB 217104172
HSL0.900.600.63
HSV324°52°85°
CMYK 0.000.520.21   0.15
XYZ41.012027.630942.2015
Yxy27.63090.37000.2493
Hunter Lab52.565147.2792-10.8050
CIE-Lab59.553852.1651-15.5556

#d968ac color RGB value is (217,104,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101000 10101100
Octal 331 150 254
Decimal 217 104 172
Hex D9 68 AC

RGB Percentages of Color #d968ac

%44.02
%21.10
%34.89

CMYK Percentages of Color #d968ac

%0
%52
%21
%15

Triadic Colors of #d968ac

#d968ac #acd968 #68acd9

Analogous Colors of #d968ac

#d968ac #d96874 #ce68d9

Monochromatic Colors of #d968ac

#d968ac

Complementary Color

#d968ac #68d995

#d968ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d968ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d968ac Color CSS Codes

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

#d968ac Text Font Color

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

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


#d968ac Background Color

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

This div background color is #d968ac


#d968ac Border Color

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

This div border color is #d968ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d968ac


Comments

No comments written yet.

Please login to write comment.