Color Hex Logo

#d1698e Color Hex

#D1698E
(209,105,142)
0 Favorites   0 Comments

Color spaces of #d1698e

RGB 209105142
HSL0.940.530.62
HSV339°50°82°
CMYK 0.000.500.32   0.18
XYZ36.228625.611528.6252
Yxy25.61150.40050.2831
Hunter Lab50.607839.21911.8894
CIE-Lab57.666444.9998-1.1116

#d1698e color RGB value is (209,105,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101001 10001110
Octal 321 151 216
Decimal 209 105 142
Hex D1 69 8E

RGB Percentages of Color #d1698e

%45.83
%23.03
%31.14

CMYK Percentages of Color #d1698e

%0
%50
%32
%18

Triadic Colors of #d1698e

#d1698e #8ed169 #698ed1

Analogous Colors of #d1698e

#d1698e #d17869 #d169c2

Monochromatic Colors of #d1698e

#d1698e

Complementary Color

#d1698e #69d1ac

#d1698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1698e Color CSS Codes

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

#d1698e Text Font Color

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

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


#d1698e Background Color

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

This div background color is #d1698e


#d1698e Border Color

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

This div border color is #d1698e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1698e


Comments

No comments written yet.

Please login to write comment.