Color Hex Logo

#d7699c Color Hex

#D7699C
(215,105,156)
0 Favorites   0 Comments

Color spaces of #d7699c

RGB 215105156
HSL0.920.580.63
HSV332°51°84°
CMYK 0.000.510.27   0.16
XYZ39.076726.950534.5949
Yxy26.95050.38840.2678
Hunter Lab51.913943.5116-3.1706
CIE-Lab58.928548.8214-7.2861

#d7699c color RGB value is (215,105,156).

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

The process color (four color CMYK) of #d7699c color hex is 0.00, 0.51, 0.27, 0.16. Web safe color of #d7699c is #cc6699. Color #d7699c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101001 10011100
Octal 327 151 234
Decimal 215 105 156
Hex D7 69 9C

RGB Percentages of Color #d7699c

%45.17
%22.06
%32.77

CMYK Percentages of Color #d7699c

%0
%51
%27
%16

Triadic Colors of #d7699c

#d7699c #9cd769 #699cd7

Analogous Colors of #d7699c

#d7699c #d76d69 #d769d3

Monochromatic Colors of #d7699c

#d7699c

Complementary Color

#d7699c #69d7a4

#d7699c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7699c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7699c Color CSS Codes

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

#d7699c Text Font Color

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

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


#d7699c Background Color

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

This div background color is #d7699c


#d7699c Border Color

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

This div border color is #d7699c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7699c


Comments

No comments written yet.

Please login to write comment.