Color Hex Logo

#d17069 Color Hex

#D17069
(209,112,105)
0 Favorites   0 Comments

Color spaces of #d17069

RGB 209112105
HSL0.010.530.62
HSV50°82°
CMYK 0.000.460.50   0.18
XYZ34.638526.163616.5890
Yxy26.16360.44760.3381
Hunter Lab51.150431.365216.5764
CIE-Lab58.192037.351021.0979

#d17069 color RGB value is (209,112,105).

#d17069 hex color red value is 209, green value is 112 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #d17069 hue: 0.01 , saturation: 0.53 and the lightness value of d17069 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110000 01101001
Octal 321 160 151
Decimal 209 112 105
Hex D1 70 69

RGB Percentages of Color #d17069

%49.06
%26.29
%24.65

CMYK Percentages of Color #d17069

%0
%46
%50
%18

Triadic Colors of #d17069

#d17069 #69d170 #7069d1

Analogous Colors of #d17069

#d17069 #d1a469 #d16996

Monochromatic Colors of #d17069

#d17069

Complementary Color

#d17069 #69cad1

#d17069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17069 Color CSS Codes

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

#d17069 Text Font Color

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

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


#d17069 Background Color

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

This div background color is #d17069


#d17069 Border Color

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

This div border color is #d17069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17069


Comments

No comments written yet.

Please login to write comment.