Color Hex Logo

#d98ecf Color Hex

#D98ECF
(217,142,207)
0 Favorites   0 Comments

Color spaces of #d98ecf

RGB 217142207
HSL0.860.500.70
HSV308°35°85°
CMYK 0.000.350.05   0.15
XYZ49.550838.602763.8709
Yxy38.60270.32590.2539
Hunter Lab62.131133.6280-17.4585
CIE-Lab68.462538.3525-21.7964

#d98ecf color RGB value is (217,142,207).

#d98ecf hex color red value is 217, green value is 142 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d98ecf hue: 0.86 , saturation: 0.50 and the lightness value of d98ecf is 0.70.

The process color (four color CMYK) of #d98ecf color hex is 0.00, 0.35, 0.05, 0.15. Web safe color of #d98ecf is #cc99cc. Color #d98ecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001110 11001111
Octal 331 216 317
Decimal 217 142 207
Hex D9 8E CF

RGB Percentages of Color #d98ecf

%38.34
%25.09
%36.57

CMYK Percentages of Color #d98ecf

%0
%35
%5
%15

Triadic Colors of #d98ecf

#d98ecf #cfd98e #8ecfd9

Analogous Colors of #d98ecf

#d98ecf #d98eaa #be8ed9

Monochromatic Colors of #d98ecf

#d98ecf

Complementary Color

#d98ecf #8ed998

#d98ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98ecf Color CSS Codes

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

#d98ecf Text Font Color

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

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


#d98ecf Background Color

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

This div background color is #d98ecf


#d98ecf Border Color

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

This div border color is #d98ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98ecf


Comments

No comments written yet.

Please login to write comment.