Color Hex Logo

#d992df Color Hex

#D992DF
(217,146,223)
0 Favorites   0 Comments

Color spaces of #d992df

RGB 217146223
HSL0.820.550.72
HSV295°35°87°
CMYK 0.030.350.00   0.13
XYZ52.213440.637274.9039
Yxy40.63720.31120.2422
Hunter Lab63.747334.6459-25.0434
CIE-Lab69.921039.1484-28.4146

#d992df color RGB value is (217,146,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010010 11011111
Octal 331 222 337
Decimal 217 146 223
Hex D9 92 DF

RGB Percentages of Color #d992df

%37.03
%24.91
%38.05

CMYK Percentages of Color #d992df

%3
%35
%0
%13

Triadic Colors of #d992df

#d992df #dfd992 #92dfd9

Analogous Colors of #d992df

#d992df #df92bf #b392df

Monochromatic Colors of #d992df

#d992df

Complementary Color

#d992df #98df92

#d992df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d992df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d992df Color CSS Codes

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

#d992df Text Font Color

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

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


#d992df Background Color

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

This div background color is #d992df


#d992df Border Color

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

This div border color is #d992df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d992df


Comments

No comments written yet.

Please login to write comment.