Color Hex Logo

#d946da Color Hex

#D946DA
(217,70,218)
0 Favorites   0 Comments

Color spaces of #d946da

RGB 21770218
HSL0.830.670.56
HSV300°68°85°
CMYK 0.000.680.00   0.15
XYZ43.460324.194068.7090
Yxy24.19400.31870.1774
Hunter Lab49.187471.6385-48.3900
CIE-Lab56.281573.6434-46.9229

#d946da color RGB value is (217,70,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000110 11011010
Octal 331 106 332
Decimal 217 70 218
Hex D9 46 DA

RGB Percentages of Color #d946da

%42.97
%13.86
%43.17

CMYK Percentages of Color #d946da

%0
%68
%0
%15

Triadic Colors of #d946da

#d946da #dad946 #46dad9

Analogous Colors of #d946da

#d946da #da4691 #8f46da

Monochromatic Colors of #d946da

#d946da

Complementary Color

#d946da #47da46

#d946da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d946da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d946da Color CSS Codes

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

#d946da Text Font Color

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

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


#d946da Background Color

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

This div background color is #d946da


#d946da Border Color

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

This div border color is #d946da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d946da


Comments

No comments written yet.

Please login to write comment.