Color Hex Logo

#d979ec Color Hex

#D979EC
(217,121,236)
0 Favorites   0 Comments

Color spaces of #d979ec

RGB 217121236
HSL0.810.750.70
HSV290°49°93°
CMYK 0.080.490.00   0.07
XYZ50.593034.482683.3461
Yxy34.48260.30040.2047
Hunter Lab58.721951.0269-43.0471
CIE-Lab65.343854.5967-42.7045

#d979ec color RGB value is (217,121,236).

#d979ec hex color red value is 217, green value is 121 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d979ec hue: 0.81 , saturation: 0.75 and the lightness value of d979ec is 0.70.

The process color (four color CMYK) of #d979ec color hex is 0.08, 0.49, 0.00, 0.07. Web safe color of #d979ec is #cc66ff. Color #d979ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111001 11101100
Octal 331 171 354
Decimal 217 121 236
Hex D9 79 EC

RGB Percentages of Color #d979ec

%37.80
%21.08
%41.11

CMYK Percentages of Color #d979ec

%8
%49
%0
%7

Triadic Colors of #d979ec

#d979ec #ecd979 #79ecd9

Analogous Colors of #d979ec

#d979ec #ec79c6 #a079ec

Monochromatic Colors of #d979ec

#d979ec

Complementary Color

#d979ec #8cec79

#d979ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d979ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d979ec Color CSS Codes

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

#d979ec Text Font Color

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

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


#d979ec Background Color

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

This div background color is #d979ec


#d979ec Border Color

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

This div border color is #d979ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d979ec


Comments

No comments written yet.

Please login to write comment.