Color Hex Logo

#d68aae Color Hex

#D68AAE
(214,138,174)
0 Favorites   0 Comments

Color spaces of #d68aae

RGB 214138174
HSL0.920.480.69
HSV332°36°84°
CMYK 0.000.360.19   0.16
XYZ44.460035.529144.5589
Yxy35.52910.35700.2853
Hunter Lab59.606328.8311-2.5981
CIE-Lab66.158534.0012-6.8342

#d68aae color RGB value is (214,138,174).

#d68aae hex color red value is 214, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d68aae hue: 0.92 , saturation: 0.48 and the lightness value of d68aae is 0.69.

The process color (four color CMYK) of #d68aae color hex is 0.00, 0.36, 0.19, 0.16. Web safe color of #d68aae is #cc9999. Color #d68aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001010 10101110
Octal 326 212 256
Decimal 214 138 174
Hex D6 8A AE

RGB Percentages of Color #d68aae

%40.68
%26.24
%33.08

CMYK Percentages of Color #d68aae

%0
%36
%19
%16

Triadic Colors of #d68aae

#d68aae #aed68a #8aaed6

Analogous Colors of #d68aae

#d68aae #d68c8a #d68ad4

Monochromatic Colors of #d68aae

#d68aae

Complementary Color

#d68aae #8ad6b2

#d68aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68aae Color CSS Codes

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

#d68aae Text Font Color

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

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


#d68aae Background Color

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

This div background color is #d68aae


#d68aae Border Color

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

This div border color is #d68aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68aae


Comments

No comments written yet.

Please login to write comment.