Color Hex Logo

#d8346e Color Hex

#D8346E
(216,52,110)
0 Favorites   0 Comments

Color spaces of #d8346e

RGB 21652110
HSL0.940.680.53
HSV339°76°85°
CMYK 0.000.760.49   0.15
XYZ32.361418.180716.5554
Yxy18.18070.48230.2710
Hunter Lab42.638860.85746.8266
CIE-Lab49.714565.88776.5537

#d8346e color RGB value is (216,52,110).

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

The process color (four color CMYK) of #d8346e color hex is 0.00, 0.76, 0.49, 0.15. Web safe color of #d8346e is #cc3366. Color #d8346e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110100 01101110
Octal 330 64 156
Decimal 216 52 110
Hex D8 34 6E

RGB Percentages of Color #d8346e

%57.14
%13.76
%29.10

CMYK Percentages of Color #d8346e

%0
%76
%49
%15

Triadic Colors of #d8346e

#d8346e #6ed834 #346ed8

Analogous Colors of #d8346e

#d8346e #d84c34 #d834c0

Monochromatic Colors of #d8346e

#d8346e

Complementary Color

#d8346e #34d89e

#d8346e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8346e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8346e Color CSS Codes

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

#d8346e Text Font Color

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

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


#d8346e Background Color

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

This div background color is #d8346e


#d8346e Border Color

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

This div border color is #d8346e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8346e


Comments

No comments written yet.

Please login to write comment.