Color Hex Logo

#d349ad Color Hex

#D349AD
(211,73,173)
0 Favorites   0 Comments

Color spaces of #d349ad

RGB 21173173
HSL0.880.610.56
HSV317°65°83°
CMYK 0.000.650.18   0.17
XYZ36.789321.631141.7714
Yxy21.63110.36720.2159
Hunter Lab46.509259.8042-20.6937
CIE-Lab53.633464.2443-25.2661

#d349ad color RGB value is (211,73,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001001 10101101
Octal 323 111 255
Decimal 211 73 173
Hex D3 49 AD

RGB Percentages of Color #d349ad

%46.17
%15.97
%37.86

CMYK Percentages of Color #d349ad

%0
%65
%18
%17

Triadic Colors of #d349ad

#d349ad #add349 #49add3

Analogous Colors of #d349ad

#d349ad #d34968 #b449d3

Monochromatic Colors of #d349ad

#d349ad

Complementary Color

#d349ad #49d36f

#d349ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d349ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d349ad Color CSS Codes

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

#d349ad Text Font Color

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

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


#d349ad Background Color

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

This div background color is #d349ad


#d349ad Border Color

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

This div border color is #d349ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,73,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d349ad


Comments

No comments written yet.

Please login to write comment.