Color Hex Logo

#d991df Color Hex

#D991DF
(217,145,223)
0 Favorites   0 Comments

Color spaces of #d991df

RGB 217145223
HSL0.820.550.72
HSV295°35°87°
CMYK 0.030.350.00   0.13
XYZ52.060040.330274.8527
Yxy40.33020.31130.2411
Hunter Lab63.506135.1923-25.4291
CIE-Lab69.704139.6819-28.7483

#d991df color RGB value is (217,145,223).

#d991df hex color red value is 217, green value is 145 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d991df hue: 0.82 , saturation: 0.55 and the lightness value of d991df is 0.72.

The process color (four color CMYK) of #d991df color hex is 0.03, 0.35, 0.00, 0.13. Web safe color of #d991df is #cc99cc. Color #d991df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010001 11011111
Octal 331 221 337
Decimal 217 145 223
Hex D9 91 DF

RGB Percentages of Color #d991df

%37.09
%24.79
%38.12

CMYK Percentages of Color #d991df

%3
%35
%0
%13

Triadic Colors of #d991df

#d991df #dfd991 #91dfd9

Analogous Colors of #d991df

#d991df #df91be #b291df

Monochromatic Colors of #d991df

#d991df

Complementary Color

#d991df #97df91

#d991df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d991df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d991df Color CSS Codes

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

#d991df Text Font Color

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

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


#d991df Background Color

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

This div background color is #d991df


#d991df Border Color

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

This div border color is #d991df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d991df


Comments

No comments written yet.

Please login to write comment.