Color Hex Logo

#d689da Color Hex

#D689DA
(214,137,218)
0 Favorites   0 Comments

Color spaces of #d689da

RGB 214137218
HSL0.830.520.70
HSV297°37°85°
CMYK 0.020.370.00   0.15
XYZ49.332137.249470.9194
Yxy37.24940.31320.2365
Hunter Lab61.032337.4742-26.1723
CIE-Lab67.463742.0646-29.4635

#d689da color RGB value is (214,137,218).

#d689da hex color red value is 214, green value is 137 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d689da hue: 0.83 , saturation: 0.52 and the lightness value of d689da is 0.70.

The process color (four color CMYK) of #d689da color hex is 0.02, 0.37, 0.00, 0.15. Web safe color of #d689da is #cc99cc. Color #d689da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001001 11011010
Octal 326 211 332
Decimal 214 137 218
Hex D6 89 DA

RGB Percentages of Color #d689da

%37.61
%24.08
%38.31

CMYK Percentages of Color #d689da

%2
%37
%0
%15

Triadic Colors of #d689da

#d689da #dad689 #89dad6

Analogous Colors of #d689da

#d689da #da89b6 #ae89da

Monochromatic Colors of #d689da

#d689da

Complementary Color

#d689da #8dda89

#d689da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d689da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d689da Color CSS Codes

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

#d689da Text Font Color

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

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


#d689da Background Color

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

This div background color is #d689da


#d689da Border Color

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

This div border color is #d689da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d689da


Comments

No comments written yet.

Please login to write comment.