Color Hex Logo

#d689df Color Hex

#D689DF
(214,137,223)
0 Favorites   0 Comments

Color spaces of #d689df

RGB 214137223
HSL0.820.570.71
HSV294°39°87°
CMYK 0.040.390.00   0.13
XYZ49.996537.515274.4181
Yxy37.51520.30880.2317
Hunter Lab61.249738.5180-29.1624
CIE-Lab67.661843.0068-31.9273

#d689df color RGB value is (214,137,223).

#d689df hex color red value is 214, green value is 137 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d689df hue: 0.82 , saturation: 0.57 and the lightness value of d689df is 0.71.

The process color (four color CMYK) of #d689df color hex is 0.04, 0.39, 0.00, 0.13. Web safe color of #d689df is #cc99cc. Color #d689df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001001 11011111
Octal 326 211 337
Decimal 214 137 223
Hex D6 89 DF

RGB Percentages of Color #d689df

%37.28
%23.87
%38.85

CMYK Percentages of Color #d689df

%4
%39
%0
%13

Triadic Colors of #d689df

#d689df #dfd689 #89dfd6

Analogous Colors of #d689df

#d689df #df89bd #ab89df

Monochromatic Colors of #d689df

#d689df

Complementary Color

#d689df #92df89

#d689df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d689df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d689df Color CSS Codes

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

#d689df Text Font Color

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

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


#d689df Background Color

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

This div background color is #d689df


#d689df Border Color

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

This div border color is #d689df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d689df


Comments

No comments written yet.

Please login to write comment.