Color Hex Logo

#d1689d Color Hex

#D1689D
(209,104,157)
0 Favorites   0 Comments

Color spaces of #d1689d

RGB 209104157
HSL0.920.530.61
HSV330°50°82°
CMYK 0.000.500.25   0.18
XYZ37.330625.890334.9281
Yxy25.89030.38030.2638
Hunter Lab50.882541.9144-5.0816
CIE-Lab57.932847.4909-9.4396

#d1689d color RGB value is (209,104,157).

#d1689d hex color red value is 209, green value is 104 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #d1689d hue: 0.92 , saturation: 0.53 and the lightness value of d1689d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101000 10011101
Octal 321 150 235
Decimal 209 104 157
Hex D1 68 9D

RGB Percentages of Color #d1689d

%44.47
%22.13
%33.40

CMYK Percentages of Color #d1689d

%0
%50
%25
%18

Triadic Colors of #d1689d

#d1689d #9dd168 #689dd1

Analogous Colors of #d1689d

#d1689d #d16869 #d168d1

Monochromatic Colors of #d1689d

#d1689d

Complementary Color

#d1689d #68d19c

#d1689d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1689d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1689d Color CSS Codes

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

#d1689d Text Font Color

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

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


#d1689d Background Color

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

This div background color is #d1689d


#d1689d Border Color

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

This div border color is #d1689d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1689d


Comments

No comments written yet.

Please login to write comment.