Color Hex Logo

#d979da Color Hex

#D979DA
(217,121,218)
0 Favorites   0 Comments

Color spaces of #d979da

RGB 217121218
HSL0.830.570.66
HSV299°44°85°
CMYK 0.000.440.00   0.15
XYZ48.107533.488470.2580
Yxy33.48840.31680.2205
Hunter Lab57.869247.1187-31.4746
CIE-Lab64.554451.2518-33.9388

#d979da color RGB value is (217,121,218).

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

The process color (four color CMYK) of #d979da color hex is 0.00, 0.44, 0.00, 0.15. Web safe color of #d979da is #cc66cc. Color #d979da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111001 11011010
Octal 331 171 332
Decimal 217 121 218
Hex D9 79 DA

RGB Percentages of Color #d979da

%39.03
%21.76
%39.21

CMYK Percentages of Color #d979da

%0
%44
%0
%15

Triadic Colors of #d979da

#d979da #dad979 #79dad9

Analogous Colors of #d979da

#d979da #da79ab #a979da

Monochromatic Colors of #d979da

#d979da

Complementary Color

#d979da #7ada79

#d979da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d979da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d979da Color CSS Codes

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

#d979da Text Font Color

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

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


#d979da Background Color

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

This div background color is #d979da


#d979da Border Color

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

This div border color is #d979da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d979da


Comments

No comments written yet.

Please login to write comment.