Color Hex Logo

#d97fce Color Hex

#D97FCE
(217,127,206)
0 Favorites   0 Comments

Color spaces of #d97fce

RGB 217127206
HSL0.850.540.67
HSV307°41°85°
CMYK 0.000.410.05   0.15
XYZ47.345234.386762.5344
Yxy34.38670.32820.2384
Hunter Lab58.640241.4979-22.1793
CIE-Lab65.268446.0587-26.1275

#d97fce color RGB value is (217,127,206).

#d97fce hex color red value is 217, green value is 127 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d97fce hue: 0.85 , saturation: 0.54 and the lightness value of d97fce is 0.67.

The process color (four color CMYK) of #d97fce color hex is 0.00, 0.41, 0.05, 0.15. Web safe color of #d97fce is #cc66cc. Color #d97fce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111111 11001110
Octal 331 177 316
Decimal 217 127 206
Hex D9 7F CE

RGB Percentages of Color #d97fce

%39.45
%23.09
%37.45

CMYK Percentages of Color #d97fce

%0
%41
%5
%15

Triadic Colors of #d97fce

#d97fce #ced97f #7fced9

Analogous Colors of #d97fce

#d97fce #d97fa1 #b77fd9

Monochromatic Colors of #d97fce

#d97fce

Complementary Color

#d97fce #7fd98a

#d97fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97fce Color CSS Codes

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

#d97fce Text Font Color

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

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


#d97fce Background Color

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

This div background color is #d97fce


#d97fce Border Color

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

This div border color is #d97fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97fce


Comments

No comments written yet.

Please login to write comment.