Color Hex Logo

#d989e6 Color Hex

#D989E6
(217,137,230)
0 Favorites   0 Comments

Color spaces of #d989e6

RGB 217137230
HSL0.810.650.72
HSV292°40°90°
CMYK 0.060.400.00   0.10
XYZ51.843938.356279.5339
Yxy38.35620.30540.2260
Hunter Lab61.932441.0416-32.7879
CIE-Lab68.282345.2433-34.8051

#d989e6 color RGB value is (217,137,230).

#d989e6 hex color red value is 217, green value is 137 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #d989e6 hue: 0.81 , saturation: 0.65 and the lightness value of d989e6 is 0.72.

The process color (four color CMYK) of #d989e6 color hex is 0.06, 0.40, 0.00, 0.10. Web safe color of #d989e6 is #cc99ff. Color #d989e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001001 11100110
Octal 331 211 346
Decimal 217 137 230
Hex D9 89 E6

RGB Percentages of Color #d989e6

%37.16
%23.46
%39.38

CMYK Percentages of Color #d989e6

%6
%40
%0
%10

Triadic Colors of #d989e6

#d989e6 #e6d989 #89e6d9

Analogous Colors of #d989e6

#d989e6 #e689c5 #ab89e6

Monochromatic Colors of #d989e6

#d989e6

Complementary Color

#d989e6 #96e689

#d989e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d989e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d989e6 Color CSS Codes

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

#d989e6 Text Font Color

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

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


#d989e6 Background Color

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

This div background color is #d989e6


#d989e6 Border Color

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

This div border color is #d989e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d989e6


Comments

No comments written yet.

Please login to write comment.