Color Hex Logo

#d97269 Color Hex

#D97269
(217,114,105)
0 Favorites   0 Comments

Color spaces of #d97269

RGB 217114105
HSL0.010.600.63
HSV52°85°
CMYK 0.000.470.52   0.15
XYZ37.182427.806316.7720
Yxy27.80630.45480.3401
Hunter Lab52.731733.584318.0542
CIE-Lab59.713339.330923.3295

#d97269 color RGB value is (217,114,105).

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

The process color (four color CMYK) of #d97269 color hex is 0.00, 0.47, 0.52, 0.15. Web safe color of #d97269 is #cc6666. Color #d97269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110010 01101001
Octal 331 162 151
Decimal 217 114 105
Hex D9 72 69

RGB Percentages of Color #d97269

%49.77
%26.15
%24.08

CMYK Percentages of Color #d97269

%0
%47
%52
%15

Triadic Colors of #d97269

#d97269 #69d972 #7269d9

Analogous Colors of #d97269

#d97269 #d9aa69 #d96998

Monochromatic Colors of #d97269

#d97269

Complementary Color

#d97269 #69d0d9

#d97269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97269 Color CSS Codes

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

#d97269 Text Font Color

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

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


#d97269 Background Color

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

This div background color is #d97269


#d97269 Border Color

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

This div border color is #d97269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97269


Comments

No comments written yet.

Please login to write comment.