Color Hex Logo

#d679dd Color Hex

#D679DD
(214,121,221)
0 Favorites   0 Comments

Color spaces of #d679dd

RGB 214121221
HSL0.820.600.67
HSV296°45°87°
CMYK 0.030.450.00   0.13
XYZ47.620133.191372.3033
Yxy33.19130.31100.2168
Hunter Lab57.611946.7214-34.0810
CIE-Lab64.315550.9314-36.0118

#d679dd color RGB value is (214,121,221).

#d679dd hex color red value is 214, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d679dd hue: 0.82 , saturation: 0.60 and the lightness value of d679dd is 0.67.

The process color (four color CMYK) of #d679dd color hex is 0.03, 0.45, 0.00, 0.13. Web safe color of #d679dd is #cc66cc. Color #d679dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111001 11011101
Octal 326 171 335
Decimal 214 121 221
Hex D6 79 DD

RGB Percentages of Color #d679dd

%38.49
%21.76
%39.75

CMYK Percentages of Color #d679dd

%3
%45
%0
%13

Triadic Colors of #d679dd

#d679dd #ddd679 #79ddd6

Analogous Colors of #d679dd

#d679dd #dd79b2 #a479dd

Monochromatic Colors of #d679dd

#d679dd

Complementary Color

#d679dd #80dd79

#d679dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d679dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d679dd Color CSS Codes

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

#d679dd Text Font Color

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

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


#d679dd Background Color

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

This div background color is #d679dd


#d679dd Border Color

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

This div border color is #d679dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,121,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 #d679dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d679dd


Comments

No comments written yet.

Please login to write comment.