Color Hex Logo

#d8349d Color Hex

#D8349D
(216,52,157)
0 Favorites   0 Comments

Color spaces of #d8349d

RGB 21652157
HSL0.890.680.53
HSV322°76°85°
CMYK 0.000.760.27   0.15
XYZ35.632719.489233.7820
Yxy19.48920.40080.2192
Hunter Lab44.146666.8189-14.4675
CIE-Lab51.254770.6380-19.4394

#d8349d color RGB value is (216,52,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110100 10011101
Octal 330 64 235
Decimal 216 52 157
Hex D8 34 9D

RGB Percentages of Color #d8349d

%50.82
%12.24
%36.94

CMYK Percentages of Color #d8349d

%0
%76
%27
%15

Triadic Colors of #d8349d

#d8349d #9dd834 #349dd8

Analogous Colors of #d8349d

#d8349d #d8344b #c134d8

Monochromatic Colors of #d8349d

#d8349d

Complementary Color

#d8349d #34d86f

#d8349d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8349d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8349d Color CSS Codes

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

#d8349d Text Font Color

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

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


#d8349d Background Color

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

This div background color is #d8349d


#d8349d Border Color

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

This div border color is #d8349d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8349d


Comments

No comments written yet.

Please login to write comment.