Color Hex Logo

#d98fca Color Hex

#D98FCA
(217,143,202)
0 Favorites   0 Comments

Color spaces of #d98fca

RGB 217143202
HSL0.870.490.71
HSV312°34°85°
CMYK 0.000.340.07   0.15
XYZ49.098438.660960.7516
Yxy38.66090.33060.2603
Hunter Lab62.177932.1402-14.4054
CIE-Lab68.504936.9412-18.9522

#d98fca color RGB value is (217,143,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001111 11001010
Octal 331 217 312
Decimal 217 143 202
Hex D9 8F CA

RGB Percentages of Color #d98fca

%38.61
%25.44
%35.94

CMYK Percentages of Color #d98fca

%0
%34
%7
%15

Triadic Colors of #d98fca

#d98fca #cad98f #8fcad9

Analogous Colors of #d98fca

#d98fca #d98fa5 #c38fd9

Monochromatic Colors of #d98fca

#d98fca

Complementary Color

#d98fca #8fd99e

#d98fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98fca Color CSS Codes

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

#d98fca Text Font Color

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

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


#d98fca Background Color

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

This div background color is #d98fca


#d98fca Border Color

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

This div border color is #d98fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98fca


Comments

No comments written yet.

Please login to write comment.