Color Hex Logo

#d992dd Color Hex

#D992DD
(217,146,221)
0 Favorites   0 Comments

Color spaces of #d992dd

RGB 217146221
HSL0.820.520.72
HSV297°34°87°
CMYK 0.020.340.00   0.13
XYZ51.945340.529973.4919
Yxy40.52990.31300.2442
Hunter Lab63.663134.2350-23.8795
CIE-Lab69.845338.7725-27.4287

#d992dd color RGB value is (217,146,221).

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

The process color (four color CMYK) of #d992dd color hex is 0.02, 0.34, 0.00, 0.13. Web safe color of #d992dd is #cc99cc. Color #d992dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010010 11011101
Octal 331 222 335
Decimal 217 146 221
Hex D9 92 DD

RGB Percentages of Color #d992dd

%37.16
%25.00
%37.84

CMYK Percentages of Color #d992dd

%2
%34
%0
%13

Triadic Colors of #d992dd

#d992dd #ddd992 #92ddd9

Analogous Colors of #d992dd

#d992dd #dd92bc #b492dd

Monochromatic Colors of #d992dd

#d992dd

Complementary Color

#d992dd #96dd92

#d992dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d992dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d992dd Color CSS Codes

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

#d992dd Text Font Color

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

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


#d992dd Background Color

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

This div background color is #d992dd


#d992dd Border Color

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

This div border color is #d992dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d992dd


Comments

No comments written yet.

Please login to write comment.