Color Hex Logo

#d689fc Color Hex

#D689FC
(214,137,252)
0 Favorites   0 Comments

Color spaces of #d689fc

RGB 214137252
HSL0.780.950.76
HSV280°46°99°
CMYK 0.150.460.00   0.01
XYZ54.247939.215796.8057
Yxy39.21570.28510.2061
Hunter Lab62.622445.0398-47.8185
CIE-Lab68.907248.7691-45.9220

#d689fc color RGB value is (214,137,252).

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

The process color (four color CMYK) of #d689fc color hex is 0.15, 0.46, 0.00, 0.01. Web safe color of #d689fc is #cc99ff. Color #d689fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001001 11111100
Octal 326 211 374
Decimal 214 137 252
Hex D6 89 FC

RGB Percentages of Color #d689fc

%35.49
%22.72
%41.79

CMYK Percentages of Color #d689fc

%15
%46
%0
%1

Triadic Colors of #d689fc

#d689fc #fcd689 #89fcd6

Analogous Colors of #d689fc

#d689fc #fc89e9 #9d89fc

Monochromatic Colors of #d689fc

#d689fc

Complementary Color

#d689fc #affc89

#d689fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d689fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d689fc Color CSS Codes

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

#d689fc Text Font Color

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

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


#d689fc Background Color

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

This div background color is #d689fc


#d689fc Border Color

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

This div border color is #d689fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d689fc


Comments

No comments written yet.

Please login to write comment.