Color Hex Logo

#d079da Color Hex

#D079DA
(208,121,218)
0 Favorites   0 Comments

Color spaces of #d079da

RGB 208121218
HSL0.820.570.66
HSV294°44°85°
CMYK 0.050.440.00   0.15
XYZ45.504732.146670.1362
Yxy32.14660.30790.2175
Hunter Lab56.698044.0392-33.6540
CIE-Lab63.463948.6327-35.7192

#d079da color RGB value is (208,121,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111001 11011010
Octal 320 171 332
Decimal 208 121 218
Hex D0 79 DA

RGB Percentages of Color #d079da

%38.03
%22.12
%39.85

CMYK Percentages of Color #d079da

%5
%44
%0
%15

Triadic Colors of #d079da

#d079da #dad079 #79dad0

Analogous Colors of #d079da

#d079da #da79b4 #a079da

Monochromatic Colors of #d079da

#d079da

Complementary Color

#d079da #83da79

#d079da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d079da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d079da Color CSS Codes

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

#d079da Text Font Color

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

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


#d079da Background Color

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

This div background color is #d079da


#d079da Border Color

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

This div border color is #d079da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d079da


Comments

No comments written yet.

Please login to write comment.