Color Hex Logo

#d684ff Color Hex

#D684FF
(214,132,255)
0 Favorites   0 Comments

Color spaces of #d684ff

RGB 214132255
HSL0.781.000.76
HSV280°48°100°
CMYK 0.160.480.00   0.00
XYZ54.032838.018799.0982
Yxy38.01870.28270.1989
Hunter Lab61.659348.5179-52.1288
CIE-Lab68.034451.9824-48.9331

#d684ff color RGB value is (214,132,255).

#d684ff hex color red value is 214, green value is 132 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d684ff hue: 0.78 , saturation: 1.00 and the lightness value of d684ff is 0.76.

The process color (four color CMYK) of #d684ff color hex is 0.16, 0.48, 0.00, 0.00. Web safe color of #d684ff is #cc99ff. Color #d684ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000100 11111111
Octal 326 204 377
Decimal 214 132 255
Hex D6 84 FF

RGB Percentages of Color #d684ff

%35.61
%21.96
%42.43

CMYK Percentages of Color #d684ff

%16
%48
%0
%0

Triadic Colors of #d684ff

#d684ff #ffd684 #84ffd6

Analogous Colors of #d684ff

#d684ff #ff84eb #9984ff

Monochromatic Colors of #d684ff

#d684ff

Complementary Color

#d684ff #adff84

#d684ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d684ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d684ff Color CSS Codes

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

#d684ff Text Font Color

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

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


#d684ff Background Color

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

This div background color is #d684ff


#d684ff Border Color

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

This div border color is #d684ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d684ff


Comments

No comments written yet.

Please login to write comment.