Color Hex Logo

#d079dd Color Hex

#D079DD
(208,121,221)
0 Favorites   0 Comments

Color spaces of #d079dd

RGB 208121221
HSL0.810.600.67
HSV292°45°87°
CMYK 0.060.450.00   0.13
XYZ45.900932.305172.2229
Yxy32.30510.30510.2148
Hunter Lab56.837644.6873-35.5529
CIE-Lab63.594249.2026-37.1907

#d079dd color RGB value is (208,121,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111001 11011101
Octal 320 171 335
Decimal 208 121 221
Hex D0 79 DD

RGB Percentages of Color #d079dd

%37.82
%22.00
%40.18

CMYK Percentages of Color #d079dd

%6
%45
%0
%13

Triadic Colors of #d079dd

#d079dd #ddd079 #79ddd0

Analogous Colors of #d079dd

#d079dd #dd79b8 #9e79dd

Monochromatic Colors of #d079dd

#d079dd

Complementary Color

#d079dd #86dd79

#d079dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d079dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d079dd Color CSS Codes

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

#d079dd Text Font Color

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

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


#d079dd Background Color

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

This div background color is #d079dd


#d079dd Border Color

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

This div border color is #d079dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d079dd


Comments

No comments written yet.

Please login to write comment.