Color Hex Logo

#d9616b Color Hex

#D9616B
(217,97,107)
0 Favorites   0 Comments

Color spaces of #d9616b

RGB 21797107
HSL0.990.610.62
HSV355°55°85°
CMYK 0.000.550.51   0.15
XYZ35.543824.362616.7390
Yxy24.36260.46370.3179
Hunter Lab49.358542.163214.4439
CIE-Lab56.449047.948617.7717

#d9616b color RGB value is (217,97,107).

#d9616b hex color red value is 217, green value is 97 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d9616b hue: 0.99 , saturation: 0.61 and the lightness value of d9616b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100001 01101011
Octal 331 141 153
Decimal 217 97 107
Hex D9 61 6B

RGB Percentages of Color #d9616b

%51.54
%23.04
%25.42

CMYK Percentages of Color #d9616b

%0
%55
%51
%15

Triadic Colors of #d9616b

#d9616b #6bd961 #616bd9

Analogous Colors of #d9616b

#d9616b #d99361 #d961a7

Monochromatic Colors of #d9616b

#d9616b

Complementary Color

#d9616b #61d9cf

#d9616b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9616b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9616b Color CSS Codes

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

#d9616b Text Font Color

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

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


#d9616b Background Color

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

This div background color is #d9616b


#d9616b Border Color

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

This div border color is #d9616b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9616b


Comments

No comments written yet.

Please login to write comment.