Color Hex Logo

#d8616d Color Hex

#D8616D
(216,97,109)
0 Favorites   0 Comments

Color spaces of #d8616d

RGB 21697109
HSL0.980.600.61
HSV354°55°85°
CMYK 0.000.550.50   0.15
XYZ35.353924.252417.2858
Yxy24.25240.45980.3154
Hunter Lab49.246741.962213.6617
CIE-Lab56.339647.777516.4290

#d8616d color RGB value is (216,97,109).

#d8616d hex color red value is 216, green value is 97 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d8616d hue: 0.98 , saturation: 0.60 and the lightness value of d8616d is 0.61.

The process color (four color CMYK) of #d8616d color hex is 0.00, 0.55, 0.50, 0.15. Web safe color of #d8616d is #cc6666. Color #d8616d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100001 01101101
Octal 330 141 155
Decimal 216 97 109
Hex D8 61 6D

RGB Percentages of Color #d8616d

%51.18
%22.99
%25.83

CMYK Percentages of Color #d8616d

%0
%55
%50
%15

Triadic Colors of #d8616d

#d8616d #6dd861 #616dd8

Analogous Colors of #d8616d

#d8616d #d89161 #d861a9

Monochromatic Colors of #d8616d

#d8616d

Complementary Color

#d8616d #61d8cc

#d8616d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8616d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8616d Color CSS Codes

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

#d8616d Text Font Color

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

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


#d8616d Background Color

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

This div background color is #d8616d


#d8616d Border Color

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

This div border color is #d8616d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8616d


Comments

No comments written yet.

Please login to write comment.