Color Hex Logo

#d946dc Color Hex

#D946DC
(217,70,220)
0 Favorites   0 Comments

Color spaces of #d946dc

RGB 21770220
HSL0.830.680.57
HSV299°68°86°
CMYK 0.010.680.00   0.14
XYZ43.723724.299370.0959
Yxy24.29930.31660.1759
Hunter Lab49.294372.0631-49.8036
CIE-Lab56.386273.9687-47.8889

#d946dc color RGB value is (217,70,220).

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

The process color (four color CMYK) of #d946dc color hex is 0.01, 0.68, 0.00, 0.14. Web safe color of #d946dc is #cc33cc. Color #d946dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000110 11011100
Octal 331 106 334
Decimal 217 70 220
Hex D9 46 DC

RGB Percentages of Color #d946dc

%42.80
%13.81
%43.39

CMYK Percentages of Color #d946dc

%1
%68
%0
%14

Triadic Colors of #d946dc

#d946dc #dcd946 #46dcd9

Analogous Colors of #d946dc

#d946dc #dc4694 #8e46dc

Monochromatic Colors of #d946dc

#d946dc

Complementary Color

#d946dc #49dc46

#d946dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d946dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d946dc Color CSS Codes

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

#d946dc Text Font Color

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

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


#d946dc Background Color

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

This div background color is #d946dc


#d946dc Border Color

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

This div border color is #d946dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d946dc


Comments

No comments written yet.

Please login to write comment.