Color Hex Logo

#d060ab Color Hex

#D060AB
(208,96,171)
0 Favorites   0 Comments

Color spaces of #d060ab

RGB 20896171
HSL0.890.540.60
HSV320°54°82°
CMYK 0.000.540.18   0.18
XYZ37.546024.715941.3198
Yxy24.71590.36250.2386
Hunter Lab49.715147.8060-14.4773
CIE-Lab56.797653.0871-19.2850

#d060ab color RGB value is (208,96,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 10101011
Octal 320 140 253
Decimal 208 96 171
Hex D0 60 AB

RGB Percentages of Color #d060ab

%43.79
%20.21
%36.00

CMYK Percentages of Color #d060ab

%0
%54
%18
%18

Triadic Colors of #d060ab

#d060ab #abd060 #60abd0

Analogous Colors of #d060ab

#d060ab #d06073 #bd60d0

Monochromatic Colors of #d060ab

#d060ab

Complementary Color

#d060ab #60d085

#d060ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d060ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d060ab Color CSS Codes

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

#d060ab Text Font Color

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

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


#d060ab Background Color

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

This div background color is #d060ab


#d060ab Border Color

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

This div border color is #d060ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d060ab


Comments

No comments written yet.

Please login to write comment.