Color Hex Logo

#d066ab Color Hex

#D066AB
(208,102,171)
0 Favorites   0 Comments

Color spaces of #d066ab

RGB 208102171
HSL0.890.530.61
HSV321°51°82°
CMYK 0.000.510.18   0.18
XYZ38.114525.852941.5093
Yxy25.85290.36140.2451
Hunter Lab50.845744.8254-12.8110
CIE-Lab57.897250.1898-17.6102

#d066ab color RGB value is (208,102,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100110 10101011
Octal 320 146 253
Decimal 208 102 171
Hex D0 66 AB

RGB Percentages of Color #d066ab

%43.24
%21.21
%35.55

CMYK Percentages of Color #d066ab

%0
%51
%18
%18

Triadic Colors of #d066ab

#d066ab #abd066 #66abd0

Analogous Colors of #d066ab

#d066ab #d06676 #c066d0

Monochromatic Colors of #d066ab

#d066ab

Complementary Color

#d066ab #66d08b

#d066ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d066ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d066ab Color CSS Codes

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

#d066ab Text Font Color

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

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


#d066ab Background Color

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

This div background color is #d066ab


#d066ab Border Color

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

This div border color is #d066ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d066ab


Comments

No comments written yet.

Please login to write comment.