Color Hex Logo

#d266ab Color Hex

#D266AB
(210,102,171)
0 Favorites   0 Comments

Color spaces of #d266ab

RGB 210102171
HSL0.890.550.61
HSV322°51°82°
CMYK 0.000.510.19   0.18
XYZ38.680426.144741.5358
Yxy26.14470.36370.2458
Hunter Lab51.131945.5514-12.3705
CIE-Lab58.174150.8117-17.1635

#d266ab color RGB value is (210,102,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100110 10101011
Octal 322 146 253
Decimal 210 102 171
Hex D2 66 AB

RGB Percentages of Color #d266ab

%43.48
%21.12
%35.40

CMYK Percentages of Color #d266ab

%0
%51
%19
%18

Triadic Colors of #d266ab

#d266ab #abd266 #66abd2

Analogous Colors of #d266ab

#d266ab #d26675 #c366d2

Monochromatic Colors of #d266ab

#d266ab

Complementary Color

#d266ab #66d28d

#d266ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d266ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d266ab Color CSS Codes

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

#d266ab Text Font Color

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

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


#d266ab Background Color

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

This div background color is #d266ab


#d266ab Border Color

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

This div border color is #d266ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d266ab


Comments

No comments written yet.

Please login to write comment.