Color Hex Logo

#d1657d Color Hex

#D1657D
(209,101,125)
0 Favorites   0 Comments

Color spaces of #d1657d

RGB 209101125
HSL0.960.540.61
HSV347°52°82°
CMYK 0.000.520.40   0.18
XYZ34.649824.343322.2745
Yxy24.34330.42640.2995
Hunter Lab49.338939.01417.7703
CIE-Lab56.429944.98527.0337

#d1657d color RGB value is (209,101,125).

#d1657d hex color red value is 209, green value is 101 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d1657d hue: 0.96 , saturation: 0.54 and the lightness value of d1657d is 0.61.

The process color (four color CMYK) of #d1657d color hex is 0.00, 0.52, 0.40, 0.18. Web safe color of #d1657d is #cc6666. Color #d1657d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100101 01111101
Octal 321 145 175
Decimal 209 101 125
Hex D1 65 7D

RGB Percentages of Color #d1657d

%48.05
%23.22
%28.74

CMYK Percentages of Color #d1657d

%0
%52
%40
%18

Triadic Colors of #d1657d

#d1657d #7dd165 #657dd1

Analogous Colors of #d1657d

#d1657d #d18365 #d165b3

Monochromatic Colors of #d1657d

#d1657d

Complementary Color

#d1657d #65d1b9

#d1657d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1657d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1657d Color CSS Codes

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

#d1657d Text Font Color

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

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


#d1657d Background Color

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

This div background color is #d1657d


#d1657d Border Color

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

This div border color is #d1657d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1657d


Comments

No comments written yet.

Please login to write comment.