Color Hex Logo

#d991c7 Color Hex

#D991C7
(217,145,199)
0 Favorites   0 Comments

Color spaces of #d991c7

RGB 217145199
HSL0.880.490.71
HSV315°33°85°
CMYK 0.000.330.08   0.15
XYZ49.049539.126058.9997
Yxy39.12600.33330.2658
Hunter Lab62.550830.5078-12.1385
CIE-Lab68.842435.3531-16.7721

#d991c7 color RGB value is (217,145,199).

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

The process color (four color CMYK) of #d991c7 color hex is 0.00, 0.33, 0.08, 0.15. Web safe color of #d991c7 is #cc99cc. Color #d991c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010001 11000111
Octal 331 221 307
Decimal 217 145 199
Hex D9 91 C7

RGB Percentages of Color #d991c7

%38.68
%25.85
%35.47

CMYK Percentages of Color #d991c7

%0
%33
%8
%15

Triadic Colors of #d991c7

#d991c7 #c7d991 #91c7d9

Analogous Colors of #d991c7

#d991c7 #d991a3 #c791d9

Monochromatic Colors of #d991c7

#d991c7

Complementary Color

#d991c7 #91d9a3

#d991c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d991c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d991c7 Color CSS Codes

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

#d991c7 Text Font Color

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

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


#d991c7 Background Color

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

This div background color is #d991c7


#d991c7 Border Color

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

This div border color is #d991c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d991c7


Comments

No comments written yet.

Please login to write comment.