Color Hex Logo

#d16069 Color Hex

#D16069
(209,96,105)
0 Favorites   0 Comments

Color spaces of #d16069

RGB 20996105
HSL0.990.550.60
HSV355°54°82°
CMYK 0.000.540.50   0.18
XYZ33.027222.941016.0519
Yxy22.94100.45860.3185
Hunter Lab47.896839.265313.6576
CIE-Lab55.011545.434116.7798

#d16069 color RGB value is (209,96,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100000 01101001
Octal 321 140 151
Decimal 209 96 105
Hex D1 60 69

RGB Percentages of Color #d16069

%50.98
%23.41
%25.61

CMYK Percentages of Color #d16069

%0
%54
%50
%18

Triadic Colors of #d16069

#d16069 #69d160 #6069d1

Analogous Colors of #d16069

#d16069 #d19060 #d160a2

Monochromatic Colors of #d16069

#d16069

Complementary Color

#d16069 #60d1c8

#d16069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16069 Color CSS Codes

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

#d16069 Text Font Color

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

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


#d16069 Background Color

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

This div background color is #d16069


#d16069 Border Color

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

This div border color is #d16069


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,96,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16069


Comments

No comments written yet.

Please login to write comment.