Color Hex Logo

#d349ac Color Hex

#D349AC
(211,73,172)
0 Favorites   0 Comments

Color spaces of #d349ac

RGB 21173172
HSL0.880.610.56
HSV317°65°83°
CMYK 0.000.650.18   0.17
XYZ36.692921.592541.2636
Yxy21.59250.36860.2169
Hunter Lab46.467759.6327-20.1224
CIE-Lab53.591964.1044-24.7463

#d349ac color RGB value is (211,73,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001001 10101100
Octal 323 111 254
Decimal 211 73 172
Hex D3 49 AC

RGB Percentages of Color #d349ac

%46.27
%16.01
%37.72

CMYK Percentages of Color #d349ac

%0
%65
%18
%17

Triadic Colors of #d349ac

#d349ac #acd349 #49acd3

Analogous Colors of #d349ac

#d349ac #d34967 #b549d3

Monochromatic Colors of #d349ac

#d349ac

Complementary Color

#d349ac #49d370

#d349ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d349ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d349ac Color CSS Codes

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

#d349ac Text Font Color

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

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


#d349ac Background Color

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

This div background color is #d349ac


#d349ac Border Color

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

This div border color is #d349ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d349ac


Comments

No comments written yet.

Please login to write comment.