Color Hex Logo

#d949dc Color Hex

#D949DC
(217,73,220)
0 Favorites   0 Comments

Color spaces of #d949dc

RGB 21773220
HSL0.830.680.57
HSV299°67°86°
CMYK 0.010.670.00   0.14
XYZ43.916124.684170.1600
Yxy24.68410.31650.1779
Hunter Lab49.683170.8351-48.9482
CIE-Lab56.766372.8956-47.2862

#d949dc color RGB value is (217,73,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001001 11011100
Octal 331 111 334
Decimal 217 73 220
Hex D9 49 DC

RGB Percentages of Color #d949dc

%42.55
%14.31
%43.14

CMYK Percentages of Color #d949dc

%1
%67
%0
%14

Triadic Colors of #d949dc

#d949dc #dcd949 #49dcd9

Analogous Colors of #d949dc

#d949dc #dc4996 #9049dc

Monochromatic Colors of #d949dc

#d949dc

Complementary Color

#d949dc #4cdc49

#d949dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d949dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d949dc Color CSS Codes

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

#d949dc Text Font Color

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

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


#d949dc Background Color

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

This div background color is #d949dc


#d949dc Border Color

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

This div border color is #d949dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d949dc


Comments

No comments written yet.

Please login to write comment.