Color Hex Logo

#d1606b Color Hex

#D1606B
(209,96,107)
0 Favorites   0 Comments

Color spaces of #d1606b

RGB 20996107
HSL0.980.550.60
HSV354°54°82°
CMYK 0.000.540.49   0.18
XYZ33.131222.982616.5998
Yxy22.98260.45560.3161
Hunter Lab47.940239.465113.0283
CIE-Lab55.054445.617715.6651

#d1606b color RGB value is (209,96,107).

#d1606b hex color red value is 209, green value is 96 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d1606b hue: 0.98 , saturation: 0.55 and the lightness value of d1606b is 0.60.

The process color (four color CMYK) of #d1606b color hex is 0.00, 0.54, 0.49, 0.18. Web safe color of #d1606b is #cc6666. Color #d1606b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100000 01101011
Octal 321 140 153
Decimal 209 96 107
Hex D1 60 6B

RGB Percentages of Color #d1606b

%50.73
%23.30
%25.97

CMYK Percentages of Color #d1606b

%0
%54
%49
%18

Triadic Colors of #d1606b

#d1606b #6bd160 #606bd1

Analogous Colors of #d1606b

#d1606b #d18e60 #d160a4

Monochromatic Colors of #d1606b

#d1606b

Complementary Color

#d1606b #60d1c6

#d1606b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1606b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1606b Color CSS Codes

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

#d1606b Text Font Color

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

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


#d1606b Background Color

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

This div background color is #d1606b


#d1606b Border Color

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

This div border color is #d1606b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,96,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 #d1606b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1606b


Comments

No comments written yet.

Please login to write comment.