Color Hex Logo

#d684c9 Color Hex

#D684C9
(214,132,201)
0 Favorites   0 Comments

Color spaces of #d684c9

RGB 214132201
HSL0.860.500.68
HSV310°38°84°
CMYK 0.000.380.06   0.16
XYZ46.525435.015759.5649
Yxy35.01570.32970.2482
Hunter Lab59.174136.7904-18.2598
CIE-Lab65.760941.6347-22.6041

#d684c9 color RGB value is (214,132,201).

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

The process color (four color CMYK) of #d684c9 color hex is 0.00, 0.38, 0.06, 0.16. Web safe color of #d684c9 is #cc99cc. Color #d684c9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000100 11001001
Octal 326 204 311
Decimal 214 132 201
Hex D6 84 C9

RGB Percentages of Color #d684c9

%39.12
%24.13
%36.75

CMYK Percentages of Color #d684c9

%0
%38
%6
%16

Triadic Colors of #d684c9

#d684c9 #c9d684 #84c9d6

Analogous Colors of #d684c9

#d684c9 #d684a0 #ba84d6

Monochromatic Colors of #d684c9

#d684c9

Complementary Color

#d684c9 #84d691

#d684c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d684c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d684c9 Color CSS Codes

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

#d684c9 Text Font Color

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

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


#d684c9 Background Color

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

This div background color is #d684c9


#d684c9 Border Color

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

This div border color is #d684c9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d684c9


Comments

No comments written yet.

Please login to write comment.