Color Hex Logo

#d944cc Color Hex

#D944CC
(217,68,204)
0 Favorites   0 Comments

Color spaces of #d944cc

RGB 21768204
HSL0.850.660.56
HSV305°69°85°
CMYK 0.000.690.06   0.15
XYZ41.581523.245659.4220
Yxy23.24560.33470.1871
Hunter Lab48.213769.5719-39.3237
CIE-Lab55.324472.1360-40.4671

#d944cc color RGB value is (217,68,204).

#d944cc hex color red value is 217, green value is 68 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d944cc hue: 0.85 , saturation: 0.66 and the lightness value of d944cc is 0.56.

The process color (four color CMYK) of #d944cc color hex is 0.00, 0.69, 0.06, 0.15. Web safe color of #d944cc is #cc33cc. Color #d944cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000100 11001100
Octal 331 104 314
Decimal 217 68 204
Hex D9 44 CC

RGB Percentages of Color #d944cc

%44.38
%13.91
%41.72

CMYK Percentages of Color #d944cc

%0
%69
%6
%15

Triadic Colors of #d944cc

#d944cc #ccd944 #44ccd9

Analogous Colors of #d944cc

#d944cc #d94482 #9c44d9

Monochromatic Colors of #d944cc

#d944cc

Complementary Color

#d944cc #44d951

#d944cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d944cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d944cc Color CSS Codes

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

#d944cc Text Font Color

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

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


#d944cc Background Color

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

This div background color is #d944cc


#d944cc Border Color

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

This div border color is #d944cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d944cc


Comments

No comments written yet.

Please login to write comment.