Color Hex Logo

#d079ab Color Hex

#D079AB
(208,121,171)
0 Favorites   0 Comments

Color spaces of #d079ab

RGB 208121171
HSL0.900.480.65
HSV326°42°82°
CMYK 0.000.420.18   0.18
XYZ40.200530.024942.2047
Yxy30.02490.35760.2671
Hunter Lab54.795035.0658-7.3104
CIE-Lab61.675740.5103-11.9008

#d079ab color RGB value is (208,121,171).

#d079ab hex color red value is 208, green value is 121 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d079ab hue: 0.90 , saturation: 0.48 and the lightness value of d079ab is 0.65.

The process color (four color CMYK) of #d079ab color hex is 0.00, 0.42, 0.18, 0.18. Web safe color of #d079ab is #cc6699. Color #d079ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111001 10101011
Octal 320 171 253
Decimal 208 121 171
Hex D0 79 AB

RGB Percentages of Color #d079ab

%41.60
%24.20
%34.20

CMYK Percentages of Color #d079ab

%0
%42
%18
%18

Triadic Colors of #d079ab

#d079ab #abd079 #79abd0

Analogous Colors of #d079ab

#d079ab #d07980 #ca79d0

Monochromatic Colors of #d079ab

#d079ab

Complementary Color

#d079ab #79d09e

#d079ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d079ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d079ab Color CSS Codes

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

#d079ab Text Font Color

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

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


#d079ab Background Color

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

This div background color is #d079ab


#d079ab Border Color

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

This div border color is #d079ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d079ab


Comments

No comments written yet.

Please login to write comment.