Color Hex Logo

#d1747d Color Hex

#D1747D
(209,116,125)
0 Favorites   0 Comments

Color spaces of #d1747d

RGB 209116125
HSL0.980.500.64
HSV354°44°82°
CMYK 0.000.440.40   0.18
XYZ36.241627.526822.8051
Yxy27.52680.41860.3180
Hunter Lab52.466031.485810.9549
CIE-Lab59.458837.317511.3276

#d1747d color RGB value is (209,116,125).

#d1747d hex color red value is 209, green value is 116 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d1747d hue: 0.98 , saturation: 0.50 and the lightness value of d1747d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110100 01111101
Octal 321 164 175
Decimal 209 116 125
Hex D1 74 7D

RGB Percentages of Color #d1747d

%46.44
%25.78
%27.78

CMYK Percentages of Color #d1747d

%0
%44
%40
%18

Triadic Colors of #d1747d

#d1747d #7dd174 #747dd1

Analogous Colors of #d1747d

#d1747d #d19a74 #d174ac

Monochromatic Colors of #d1747d

#d1747d

Complementary Color

#d1747d #74d1c8

#d1747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1747d Color CSS Codes

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

#d1747d Text Font Color

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

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


#d1747d Background Color

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

This div background color is #d1747d


#d1747d Border Color

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

This div border color is #d1747d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,116,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 #d1747d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1747d


Comments

No comments written yet.

Please login to write comment.