color codes Logo

#d68aac color codes

#D68AAC
(214,138,172)
0 Favorites   0 Comments

Color spaces of #d68aac

RGB 214138172
HSL0.930.480.69
HSV333°36°84°
CMYK 0.000.360.20   0.16
XYZ44.266435.451743.5395
Yxy35.45170.35910.2876
Hunter Lab59.541328.5097-1.6768
CIE-Lab66.098833.6943-5.7961

#d68aac color RGB value is (214,138,172).

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

The process color (four color CMYK) of #d68aac color code is 0.00, 0.36, 0.20, 0.16. Web safe color of #d68aac is #cc9999. Color #d68aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001010 10101100
Octal 326 212 254
Decimal 214 138 172
Hex D6 8A AC

RGB Percentages of Color #d68aac

%40.84
%26.34
%32.82

CMYK Percentages of Color #d68aac

%0
%36
%20
%16

Triadic Colors of #d68aac

#d68aac #acd68a #8aacd6

Analogous Colors of #d68aac

#d68aac #d68e8a #d68ad2

Monochromatic Colors of #d68aac

#d68aac

Complementary Color

#d68aac #8ad6b4

#d68aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68aac Color CSS Codes

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

#d68aac Text Font Color

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

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


#d68aac Background Color

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

This div background color is #d68aac


#d68aac Border Color

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

This div border color is #d68aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68aac


Comments

No comments written yet.

Please login to write comment.