Color Hex Logo

#d989da Color Hex

#D989DA
(217,137,218)
0 Favorites   0 Comments

Color spaces of #d989da

RGB 217137218
HSL0.830.520.70
HSV299°37°85°
CMYK 0.000.370.00   0.15
XYZ50.215837.705070.9608
Yxy37.70500.31610.2373
Hunter Lab61.404438.5175-25.5343
CIE-Lab67.802642.9889-28.9129

#d989da color RGB value is (217,137,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001001 11011010
Octal 331 211 332
Decimal 217 137 218
Hex D9 89 DA

RGB Percentages of Color #d989da

%37.94
%23.95
%38.11

CMYK Percentages of Color #d989da

%0
%37
%0
%15

Triadic Colors of #d989da

#d989da #dad989 #89dad9

Analogous Colors of #d989da

#d989da #da89b3 #b189da

Monochromatic Colors of #d989da

#d989da

Complementary Color

#d989da #8ada89

#d989da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d989da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d989da Color CSS Codes

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

#d989da Text Font Color

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

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


#d989da Background Color

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

This div background color is #d989da


#d989da Border Color

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

This div border color is #d989da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,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 #d989da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d989da


Comments

No comments written yet.

Please login to write comment.