Color Hex Logo

#d67aae Color Hex

#D67AAE
(214,122,174)
0 Favorites   0 Comments

Color spaces of #d67aae

RGB 214122174
HSL0.910.530.66
HSV326°43°84°
CMYK 0.000.430.19   0.16
XYZ42.331131.271243.8493
Yxy31.27120.36040.2662
Hunter Lab55.920737.2607-7.3469
CIE-Lab62.735942.4572-11.9429

#d67aae color RGB value is (214,122,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111010 10101110
Octal 326 172 256
Decimal 214 122 174
Hex D6 7A AE

RGB Percentages of Color #d67aae

%41.96
%23.92
%34.12

CMYK Percentages of Color #d67aae

%0
%43
%19
%16

Triadic Colors of #d67aae

#d67aae #aed67a #7aaed6

Analogous Colors of #d67aae

#d67aae #d67a80 #d07ad6

Monochromatic Colors of #d67aae

#d67aae

Complementary Color

#d67aae #7ad6a2

#d67aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67aae Color CSS Codes

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

#d67aae Text Font Color

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

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


#d67aae Background Color

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

This div background color is #d67aae


#d67aae Border Color

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

This div border color is #d67aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,122,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67aae


Comments

No comments written yet.

Please login to write comment.