Color Hex Logo

#d7697a Color Hex

#D7697A
(215,105,122)
0 Favorites   0 Comments

Color spaces of #d7697a

RGB 215105122
HSL0.970.580.63
HSV351°51°84°
CMYK 0.000.510.43   0.16
XYZ36.588825.955421.4938
Yxy25.95540.43540.3089
Hunter Lab50.946439.039110.6486
CIE-Lab57.994744.782411.1249

#d7697a color RGB value is (215,105,122).

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

The process color (four color CMYK) of #d7697a color hex is 0.00, 0.51, 0.43, 0.16. Web safe color of #d7697a is #cc6666. Color #d7697a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101001 01111010
Octal 327 151 172
Decimal 215 105 122
Hex D7 69 7A

RGB Percentages of Color #d7697a

%48.64
%23.76
%27.60

CMYK Percentages of Color #d7697a

%0
%51
%43
%16

Triadic Colors of #d7697a

#d7697a #7ad769 #697ad7

Analogous Colors of #d7697a

#d7697a #d78f69 #d769b1

Monochromatic Colors of #d7697a

#d7697a

Complementary Color

#d7697a #69d7c6

#d7697a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7697a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7697a Color CSS Codes

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

#d7697a Text Font Color

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

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


#d7697a Background Color

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

This div background color is #d7697a


#d7697a Border Color

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

This div border color is #d7697a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7697a


Comments

No comments written yet.

Please login to write comment.