Color Hex Logo

#d691ac Color Hex

#D691AC
(214,145,172)
0 Favorites   0 Comments

Color spaces of #d691ac

RGB 214145172
HSL0.930.460.70
HSV337°32°84°
CMYK 0.000.320.20   0.16
XYZ45.303337.525543.8851
Yxy37.52550.35750.2961
Hunter Lab61.258124.80780.4055
CIE-Lab67.669429.9273-3.4770

#d691ac color RGB value is (214,145,172).

#d691ac hex color red value is 214, green value is 145 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d691ac hue: 0.93 , saturation: 0.46 and the lightness value of d691ac is 0.70.

The process color (four color CMYK) of #d691ac color hex is 0.00, 0.32, 0.20, 0.16. Web safe color of #d691ac is #cc9999. Color #d691ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010001 10101100
Octal 326 221 254
Decimal 214 145 172
Hex D6 91 AC

RGB Percentages of Color #d691ac

%40.30
%27.31
%32.39

CMYK Percentages of Color #d691ac

%0
%32
%20
%16

Triadic Colors of #d691ac

#d691ac #acd691 #91acd6

Analogous Colors of #d691ac

#d691ac #d69991 #d691cf

Monochromatic Colors of #d691ac

#d691ac

Complementary Color

#d691ac #91d6bb

#d691ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d691ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d691ac Color CSS Codes

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

#d691ac Text Font Color

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

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


#d691ac Background Color

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

This div background color is #d691ac


#d691ac Border Color

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

This div border color is #d691ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d691ac


Comments

No comments written yet.

Please login to write comment.