Color Hex Logo

#d974dd Color Hex

#D974DD
(217,116,221)
0 Favorites   0 Comments

Color spaces of #d974dd

RGB 217116221
HSL0.830.610.66
HSV298°48°87°
CMYK 0.020.480.00   0.13
XYZ47.911832.463072.1474
Yxy32.46300.31410.2128
Hunter Lab56.976350.3934-35.1937
CIE-Lab63.723754.2915-36.9067

#d974dd color RGB value is (217,116,221).

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

The process color (four color CMYK) of #d974dd color hex is 0.02, 0.48, 0.00, 0.13. Web safe color of #d974dd is #cc66cc. Color #d974dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110100 11011101
Octal 331 164 335
Decimal 217 116 221
Hex D9 74 DD

RGB Percentages of Color #d974dd

%39.17
%20.94
%39.89

CMYK Percentages of Color #d974dd

%2
%48
%0
%13

Triadic Colors of #d974dd

#d974dd #ddd974 #74ddd9

Analogous Colors of #d974dd

#d974dd #dd74ad #a574dd

Monochromatic Colors of #d974dd

#d974dd

Complementary Color

#d974dd #78dd74

#d974dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d974dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d974dd Color CSS Codes

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

#d974dd Text Font Color

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

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


#d974dd Background Color

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

This div background color is #d974dd


#d974dd Border Color

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

This div border color is #d974dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d974dd


Comments

No comments written yet.

Please login to write comment.