Color Hex Logo

#d1698c Color Hex

#D1698C
(209,105,140)
0 Favorites   0 Comments

Color spaces of #d1698c

RGB 209105140
HSL0.940.530.62
HSV340°50°82°
CMYK 0.000.500.33   0.18
XYZ36.079725.551927.8413
Yxy25.55190.40320.2856
Hunter Lab50.548938.94532.7285
CIE-Lab57.609244.7490-0.0298

#d1698c color RGB value is (209,105,140).

#d1698c hex color red value is 209, green value is 105 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #d1698c hue: 0.94 , saturation: 0.53 and the lightness value of d1698c is 0.62.

The process color (four color CMYK) of #d1698c color hex is 0.00, 0.50, 0.33, 0.18. Web safe color of #d1698c is #cc6699. Color #d1698c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101001 10001100
Octal 321 151 214
Decimal 209 105 140
Hex D1 69 8C

RGB Percentages of Color #d1698c

%46.04
%23.13
%30.84

CMYK Percentages of Color #d1698c

%0
%50
%33
%18

Triadic Colors of #d1698c

#d1698c #8cd169 #698cd1

Analogous Colors of #d1698c

#d1698c #d17a69 #d169c0

Monochromatic Colors of #d1698c

#d1698c

Complementary Color

#d1698c #69d1ae

#d1698c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1698c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1698c Color CSS Codes

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

#d1698c Text Font Color

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

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


#d1698c Background Color

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

This div background color is #d1698c


#d1698c Border Color

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

This div border color is #d1698c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1698c


Comments

No comments written yet.

Please login to write comment.