Color Hex Logo

#d17872 Color Hex

#D17872
(209,120,114)
0 Favorites   0 Comments

Color spaces of #d17872

RGB 209120114
HSL0.010.510.63
HSV45°82°
CMYK 0.000.430.45   0.18
XYZ36.048228.203219.4634
Yxy28.20320.43060.3369
Hunter Lab53.106728.227015.4451
CIE-Lab60.071934.028818.4950

#d17872 color RGB value is (209,120,114).

#d17872 hex color red value is 209, green value is 120 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d17872 hue: 0.01 , saturation: 0.51 and the lightness value of d17872 is 0.63.

The process color (four color CMYK) of #d17872 color hex is 0.00, 0.43, 0.45, 0.18. Web safe color of #d17872 is #cc6666. Color #d17872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111000 01110010
Octal 321 170 162
Decimal 209 120 114
Hex D1 78 72

RGB Percentages of Color #d17872

%47.18
%27.09
%25.73

CMYK Percentages of Color #d17872

%0
%43
%45
%18

Triadic Colors of #d17872

#d17872 #72d178 #7872d1

Analogous Colors of #d17872

#d17872 #d1a872 #d1729c

Monochromatic Colors of #d17872

#d17872

Complementary Color

#d17872 #72cbd1

#d17872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17872 Color CSS Codes

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

#d17872 Text Font Color

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

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


#d17872 Background Color

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

This div background color is #d17872


#d17872 Border Color

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

This div border color is #d17872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17872


Comments

No comments written yet.

Please login to write comment.