Color Hex Logo

#d946dd Color Hex

#D946DD
(217,70,221)
0 Favorites   0 Comments

Color spaces of #d946dd

RGB 21770221
HSL0.830.690.57
HSV298°68°87°
CMYK 0.020.680.00   0.13
XYZ43.856624.352570.7956
Yxy24.35250.31550.1752
Hunter Lab49.348372.2764-50.5144
CIE-Lab56.439074.1318-48.3706

#d946dd color RGB value is (217,70,221).

#d946dd hex color red value is 217, green value is 70 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d946dd hue: 0.83 , saturation: 0.69 and the lightness value of d946dd is 0.57.

The process color (four color CMYK) of #d946dd color hex is 0.02, 0.68, 0.00, 0.13. Web safe color of #d946dd is #cc33cc. Color #d946dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000110 11011101
Octal 331 106 335
Decimal 217 70 221
Hex D9 46 DD

RGB Percentages of Color #d946dd

%42.72
%13.78
%43.50

CMYK Percentages of Color #d946dd

%2
%68
%0
%13

Triadic Colors of #d946dd

#d946dd #ddd946 #46ddd9

Analogous Colors of #d946dd

#d946dd #dd4696 #8e46dd

Monochromatic Colors of #d946dd

#d946dd

Complementary Color

#d946dd #4add46

#d946dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d946dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d946dd Color CSS Codes

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

#d946dd Text Font Color

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

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


#d946dd Background Color

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

This div background color is #d946dd


#d946dd Border Color

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

This div border color is #d946dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d946dd


Comments

No comments written yet.

Please login to write comment.