Color Hex Logo

#d688af Color Hex

#D688AF
(214,136,175)
0 Favorites   0 Comments

Color spaces of #d688af

RGB 214136175
HSL0.920.490.69
HSV330°36°84°
CMYK 0.000.360.18   0.16
XYZ44.273634.999644.9796
Yxy34.99960.35630.2817
Hunter Lab59.160530.0523-3.6658
CIE-Lab65.748435.2260-8.0073

#d688af color RGB value is (214,136,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001000 10101111
Octal 326 210 257
Decimal 214 136 175
Hex D6 88 AF

RGB Percentages of Color #d688af

%40.76
%25.90
%33.33

CMYK Percentages of Color #d688af

%0
%36
%18
%16

Triadic Colors of #d688af

#d688af #afd688 #88afd6

Analogous Colors of #d688af

#d688af #d68888 #d688d6

Monochromatic Colors of #d688af

#d688af

Complementary Color

#d688af #88d6af

#d688af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d688af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d688af Color CSS Codes

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

#d688af Text Font Color

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

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


#d688af Background Color

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

This div background color is #d688af


#d688af Border Color

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

This div border color is #d688af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d688af


Comments

No comments written yet.

Please login to write comment.