color codes Logo

#d974df color codes

#D974DF
(217,116,223)
0 Favorites   0 Comments

Color spaces of #d974df

RGB 217116223
HSL0.820.630.66
HSV297°48°87°
CMYK 0.030.480.00   0.13
XYZ48.179932.570273.5594
Yxy32.57020.31220.2111
Hunter Lab57.070350.8202-36.4712
CIE-Lab63.811454.6545-37.8857

#d974df color RGB value is (217,116,223).

#d974df hex color red value is 217, green value is 116 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d974df hue: 0.82 , saturation: 0.63 and the lightness value of d974df is 0.66.

The process color (four color CMYK) of #d974df color code is 0.03, 0.48, 0.00, 0.13. Web safe color of #d974df is #cc66cc. Color #d974df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110100 11011111
Octal 331 164 337
Decimal 217 116 223
Hex D9 74 DF

RGB Percentages of Color #d974df

%39.03
%20.86
%40.11

CMYK Percentages of Color #d974df

%3
%48
%0
%13

Triadic Colors of #d974df

#d974df #dfd974 #74dfd9

Analogous Colors of #d974df

#d974df #df74b0 #a474df

Monochromatic Colors of #d974df

#d974df

Complementary Color

#d974df #7adf74

#d974df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d974df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d974df Color CSS Codes

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

#d974df Text Font Color

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

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


#d974df Background Color

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

This div background color is #d974df


#d974df Border Color

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

This div border color is #d974df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d974df

#d974df Color Palettes


Comments

No comments written yet.

Please login to write comment.