Color Hex Logo

#d684dc Color Hex

#D684DC
(214,132,220)
0 Favorites   0 Comments

Color spaces of #d684dc

RGB 214132220
HSL0.820.560.69
HSV296°40°86°
CMYK 0.030.400.00   0.14
XYZ48.901135.966072.0749
Yxy35.96600.31160.2292
Hunter Lab59.971740.5991-29.2755
CIE-Lab66.493945.0711-32.0720

#d684dc color RGB value is (214,132,220).

#d684dc hex color red value is 214, green value is 132 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d684dc hue: 0.82 , saturation: 0.56 and the lightness value of d684dc is 0.69.

The process color (four color CMYK) of #d684dc color hex is 0.03, 0.40, 0.00, 0.14. Web safe color of #d684dc is #cc99cc. Color #d684dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000100 11011100
Octal 326 204 334
Decimal 214 132 220
Hex D6 84 DC

RGB Percentages of Color #d684dc

%37.81
%23.32
%38.87

CMYK Percentages of Color #d684dc

%3
%40
%0
%14

Triadic Colors of #d684dc

#d684dc #dcd684 #84dcd6

Analogous Colors of #d684dc

#d684dc #dc84b6 #aa84dc

Monochromatic Colors of #d684dc

#d684dc

Complementary Color

#d684dc #8adc84

#d684dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d684dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d684dc Color CSS Codes

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

#d684dc Text Font Color

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

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


#d684dc Background Color

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

This div background color is #d684dc


#d684dc Border Color

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

This div border color is #d684dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d684dc


Comments

No comments written yet.

Please login to write comment.