Color Hex Logo

#d9697a Color Hex

#D9697A
(217,105,122)
0 Favorites   0 Comments

Color spaces of #d9697a

RGB 217105122
HSL0.970.600.63
HSV351°52°85°
CMYK 0.000.520.44   0.15
XYZ37.179726.260021.5215
Yxy26.26000.43760.3091
Hunter Lab51.244539.830110.9707
CIE-Lab58.283045.487211.5720

#d9697a color RGB value is (217,105,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101001 01111010
Octal 331 151 172
Decimal 217 105 122
Hex D9 69 7A

RGB Percentages of Color #d9697a

%48.87
%23.65
%27.48

CMYK Percentages of Color #d9697a

%0
%52
%44
%15

Triadic Colors of #d9697a

#d9697a #7ad969 #697ad9

Analogous Colors of #d9697a

#d9697a #d99069 #d969b2

Monochromatic Colors of #d9697a

#d9697a

Complementary Color

#d9697a #69d9c8

#d9697a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9697a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9697a Color CSS Codes

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

#d9697a Text Font Color

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

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


#d9697a Background Color

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

This div background color is #d9697a


#d9697a Border Color

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

This div border color is #d9697a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9697a


Comments

No comments written yet.

Please login to write comment.