Color Hex Logo

#d8349c Color Hex

#D8349C
(216,52,156)
0 Favorites   0 Comments

Color spaces of #d8349c

RGB 21652156
HSL0.890.680.53
HSV322°76°85°
CMYK 0.000.760.28   0.15
XYZ35.547619.455233.3342
Yxy19.45520.40240.2202
Hunter Lab44.108066.6678-13.9322
CIE-Lab51.215670.5194-18.9059

#d8349c color RGB value is (216,52,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110100 10011100
Octal 330 64 234
Decimal 216 52 156
Hex D8 34 9C

RGB Percentages of Color #d8349c

%50.94
%12.26
%36.79

CMYK Percentages of Color #d8349c

%0
%76
%28
%15

Triadic Colors of #d8349c

#d8349c #9cd834 #349cd8

Analogous Colors of #d8349c

#d8349c #d8344a #c234d8

Monochromatic Colors of #d8349c

#d8349c

Complementary Color

#d8349c #34d870

#d8349c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8349c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8349c Color CSS Codes

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

#d8349c Text Font Color

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

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


#d8349c Background Color

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

This div background color is #d8349c


#d8349c Border Color

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

This div border color is #d8349c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8349c


Comments

No comments written yet.

Please login to write comment.