Color Hex Logo

#d347ac Color Hex

#D347AC
(211,71,172)
0 Favorites   0 Comments

Color spaces of #d347ac

RGB 21171172
HSL0.880.610.55
HSV317°66°83°
CMYK 0.000.660.18   0.17
XYZ36.563621.333941.2205
Yxy21.33390.36890.2152
Hunter Lab46.188660.4731-20.5806
CIE-Lab53.313064.8786-25.1768

#d347ac color RGB value is (211,71,172).

#d347ac hex color red value is 211, green value is 71 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d347ac hue: 0.88 , saturation: 0.61 and the lightness value of d347ac is 0.55.

The process color (four color CMYK) of #d347ac color hex is 0.00, 0.66, 0.18, 0.17. Web safe color of #d347ac is #cc3399. Color #d347ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000111 10101100
Octal 323 107 254
Decimal 211 71 172
Hex D3 47 AC

RGB Percentages of Color #d347ac

%46.48
%15.64
%37.89

CMYK Percentages of Color #d347ac

%0
%66
%18
%17

Triadic Colors of #d347ac

#d347ac #acd347 #47acd3

Analogous Colors of #d347ac

#d347ac #d34766 #b447d3

Monochromatic Colors of #d347ac

#d347ac

Complementary Color

#d347ac #47d36e

#d347ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d347ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d347ac Color CSS Codes

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

#d347ac Text Font Color

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

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


#d347ac Background Color

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

This div background color is #d347ac


#d347ac Border Color

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

This div border color is #d347ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d347ac


Comments

No comments written yet.

Please login to write comment.