Color Hex Logo

#d98fce Color Hex

#D98FCE
(217,143,206)
0 Favorites   0 Comments

Color spaces of #d98fce

RGB 217143206
HSL0.860.490.71
HSV309°34°85°
CMYK 0.000.340.05   0.15
XYZ49.578338.852963.2788
Yxy38.85290.32680.2561
Hunter Lab62.332132.8959-16.5580
CIE-Lab68.644637.6421-20.9635

#d98fce color RGB value is (217,143,206).

#d98fce hex color red value is 217, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d98fce hue: 0.86 , saturation: 0.49 and the lightness value of d98fce is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001111 11001110
Octal 331 217 316
Decimal 217 143 206
Hex D9 8F CE

RGB Percentages of Color #d98fce

%38.34
%25.27
%36.40

CMYK Percentages of Color #d98fce

%0
%34
%5
%15

Triadic Colors of #d98fce

#d98fce #ced98f #8fced9

Analogous Colors of #d98fce

#d98fce #d98fa9 #bf8fd9

Monochromatic Colors of #d98fce

#d98fce

Complementary Color

#d98fce #8fd99a

#d98fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98fce Color CSS Codes

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

#d98fce Text Font Color

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

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


#d98fce Background Color

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

This div background color is #d98fce


#d98fce Border Color

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

This div border color is #d98fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98fce


Comments

No comments written yet.

Please login to write comment.