Color Hex Logo

#d974af Color Hex

#D974AF
(217,116,175)
0 Favorites   0 Comments

Color spaces of #d974af

RGB 217116175
HSL0.900.570.65
HSV325°47°85°
CMYK 0.000.470.19   0.15
XYZ42.598530.337644.1680
Yxy30.33760.36380.2591
Hunter Lab55.079641.6625-8.9886
CIE-Lab61.944446.6711-13.6645

#d974af color RGB value is (217,116,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110100 10101111
Octal 331 164 257
Decimal 217 116 175
Hex D9 74 AF

RGB Percentages of Color #d974af

%42.72
%22.83
%34.45

CMYK Percentages of Color #d974af

%0
%47
%19
%15

Triadic Colors of #d974af

#d974af #afd974 #74afd9

Analogous Colors of #d974af

#d974af #d9747d #d174d9

Monochromatic Colors of #d974af

#d974af

Complementary Color

#d974af #74d99e

#d974af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d974af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d974af Color CSS Codes

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

#d974af Text Font Color

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

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


#d974af Background Color

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

This div background color is #d974af


#d974af Border Color

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

This div border color is #d974af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d974af


Comments

No comments written yet.

Please login to write comment.