Color Hex Logo

#d943ac Color Hex

#D943AC
(217,67,172)
0 Favorites   0 Comments

Color spaces of #d943ac

RGB 21767172
HSL0.880.660.56
HSV318°69°85°
CMYK 0.000.690.21   0.15
XYZ38.068821.744641.2204
Yxy21.74460.37680.2152
Hunter Lab46.631164.1198-19.7687
CIE-Lab53.755067.8966-24.4147

#d943ac color RGB value is (217,67,172).

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

The process color (four color CMYK) of #d943ac color hex is 0.00, 0.69, 0.21, 0.15. Web safe color of #d943ac is #cc3399. Color #d943ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000011 10101100
Octal 331 103 254
Decimal 217 67 172
Hex D9 43 AC

RGB Percentages of Color #d943ac

%47.59
%14.69
%37.72

CMYK Percentages of Color #d943ac

%0
%69
%21
%15

Triadic Colors of #d943ac

#d943ac #acd943 #43acd9

Analogous Colors of #d943ac

#d943ac #d94361 #bb43d9

Monochromatic Colors of #d943ac

#d943ac

Complementary Color

#d943ac #43d970

#d943ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d943ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d943ac Color CSS Codes

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

#d943ac Text Font Color

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

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


#d943ac Background Color

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

This div background color is #d943ac


#d943ac Border Color

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

This div border color is #d943ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d943ac


Comments

No comments written yet.

Please login to write comment.