Color Hex Logo

#d9749a Color Hex

#D9749A
(217,116,154)
0 Favorites   0 Comments

Color spaces of #d9749a

RGB 217116154
HSL0.940.570.65
HSV337°47°85°
CMYK 0.000.470.29   0.15
XYZ40.693429.575634.1357
Yxy29.57560.38980.2833
Hunter Lab54.383538.39480.8529
CIE-Lab61.286343.7165-2.6144

#d9749a color RGB value is (217,116,154).

#d9749a hex color red value is 217, green value is 116 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d9749a hue: 0.94 , saturation: 0.57 and the lightness value of d9749a is 0.65.

The process color (four color CMYK) of #d9749a color hex is 0.00, 0.47, 0.29, 0.15. Web safe color of #d9749a is #cc6699. Color #d9749a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110100 10011010
Octal 331 164 232
Decimal 217 116 154
Hex D9 74 9A

RGB Percentages of Color #d9749a

%44.56
%23.82
%31.62

CMYK Percentages of Color #d9749a

%0
%47
%29
%15

Triadic Colors of #d9749a

#d9749a #9ad974 #749ad9

Analogous Colors of #d9749a

#d9749a #d98174 #d974cd

Monochromatic Colors of #d9749a

#d9749a

Complementary Color

#d9749a #74d9b3

#d9749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9749a Color CSS Codes

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

#d9749a Text Font Color

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

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


#d9749a Background Color

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

This div background color is #d9749a


#d9749a Border Color

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

This div border color is #d9749a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,116,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9749a


Comments

No comments written yet.

Please login to write comment.