Color Hex Logo

#d069ab Color Hex

#D069AB
(208,105,171)
0 Favorites   0 Comments

Color spaces of #d069ab

RGB 208105171
HSL0.890.520.61
HSV322°50°82°
CMYK 0.000.500.18   0.18
XYZ38.414726.453341.6094
Yxy26.45330.36080.2484
Hunter Lab51.432843.3128-11.9630
CIE-Lab58.464848.7083-16.7479

#d069ab color RGB value is (208,105,171).

#d069ab hex color red value is 208, green value is 105 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d069ab hue: 0.89 , saturation: 0.52 and the lightness value of d069ab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101001 10101011
Octal 320 151 253
Decimal 208 105 171
Hex D0 69 AB

RGB Percentages of Color #d069ab

%42.98
%21.69
%35.33

CMYK Percentages of Color #d069ab

%0
%50
%18
%18

Triadic Colors of #d069ab

#d069ab #abd069 #69abd0

Analogous Colors of #d069ab

#d069ab #d06978 #c269d0

Monochromatic Colors of #d069ab

#d069ab

Complementary Color

#d069ab #69d08e

#d069ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d069ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d069ab Color CSS Codes

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

#d069ab Text Font Color

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

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


#d069ab Background Color

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

This div background color is #d069ab


#d069ab Border Color

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

This div border color is #d069ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d069ab


Comments

No comments written yet.

Please login to write comment.