Color Hex Logo

#d684af Color Hex

#D684AF
(214,132,175)
0 Favorites   0 Comments

Color spaces of #d684af

RGB 214132175
HSL0.910.500.68
HSV329°38°84°
CMYK 0.000.380.18   0.16
XYZ43.720733.893844.7953
Yxy33.89380.35720.2769
Hunter Lab58.218432.1673-4.8670
CIE-Lab64.878237.3565-9.3039

#d684af color RGB value is (214,132,175).

#d684af hex color red value is 214, green value is 132 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d684af hue: 0.91 , saturation: 0.50 and the lightness value of d684af is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000100 10101111
Octal 326 204 257
Decimal 214 132 175
Hex D6 84 AF

RGB Percentages of Color #d684af

%41.07
%25.34
%33.59

CMYK Percentages of Color #d684af

%0
%38
%18
%16

Triadic Colors of #d684af

#d684af #afd684 #84afd6

Analogous Colors of #d684af

#d684af #d68486 #d484d6

Monochromatic Colors of #d684af

#d684af

Complementary Color

#d684af #84d6ab

#d684af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d684af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d684af Color CSS Codes

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

#d684af Text Font Color

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

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


#d684af Background Color

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

This div background color is #d684af


#d684af Border Color

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

This div border color is #d684af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d684af


Comments

No comments written yet.

Please login to write comment.