Color Hex Logo

#d9349a Color Hex

#D9349A
(217,52,154)
0 Favorites   0 Comments

Color spaces of #d9349a

RGB 21752154
HSL0.900.680.53
HSV323°76°85°
CMYK 0.000.760.29   0.15
XYZ35.676019.540832.4633
Yxy19.54080.40690.2229
Hunter Lab44.205066.7012-12.5980
CIE-Lab51.314070.5283-17.5520

#d9349a color RGB value is (217,52,154).

#d9349a hex color red value is 217, green value is 52 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d9349a hue: 0.90 , saturation: 0.68 and the lightness value of d9349a is 0.53.

The process color (four color CMYK) of #d9349a color hex is 0.00, 0.76, 0.29, 0.15. Web safe color of #d9349a is #cc3399. Color #d9349a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110100 10011010
Octal 331 64 232
Decimal 217 52 154
Hex D9 34 9A

RGB Percentages of Color #d9349a

%51.30
%12.29
%36.41

CMYK Percentages of Color #d9349a

%0
%76
%29
%15

Triadic Colors of #d9349a

#d9349a #9ad934 #349ad9

Analogous Colors of #d9349a

#d9349a #d93448 #c634d9

Monochromatic Colors of #d9349a

#d9349a

Complementary Color

#d9349a #34d973

#d9349a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9349a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9349a Color CSS Codes

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

#d9349a Text Font Color

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

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


#d9349a Background Color

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

This div background color is #d9349a


#d9349a Border Color

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

This div border color is #d9349a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9349a


Comments

No comments written yet.

Please login to write comment.