Color Hex Logo

#d67aac Color Hex

#D67AAC
(214,122,172)
0 Favorites   0 Comments

Color spaces of #d67aac

RGB 214122172
HSL0.910.530.66
HSV327°43°84°
CMYK 0.000.430.20   0.16
XYZ42.137531.193842.8298
Yxy31.19380.36280.2685
Hunter Lab55.851436.9306-6.3707
CIE-Lab62.670942.1545-10.9014

#d67aac color RGB value is (214,122,172).

#d67aac hex color red value is 214, green value is 122 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d67aac hue: 0.91 , saturation: 0.53 and the lightness value of d67aac is 0.66.

The process color (four color CMYK) of #d67aac color hex is 0.00, 0.43, 0.20, 0.16. Web safe color of #d67aac is #cc6699. Color #d67aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111010 10101100
Octal 326 172 254
Decimal 214 122 172
Hex D6 7A AC

RGB Percentages of Color #d67aac

%42.13
%24.02
%33.86

CMYK Percentages of Color #d67aac

%0
%43
%20
%16

Triadic Colors of #d67aac

#d67aac #acd67a #7aacd6

Analogous Colors of #d67aac

#d67aac #d67a7e #d27ad6

Monochromatic Colors of #d67aac

#d67aac

Complementary Color

#d67aac #7ad6a4

#d67aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67aac Color CSS Codes

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

#d67aac Text Font Color

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

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


#d67aac Background Color

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

This div background color is #d67aac


#d67aac Border Color

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

This div border color is #d67aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67aac


Comments

No comments written yet.

Please login to write comment.