Color Hex Logo

#d100ab Color Hex

#D100AB
(209,0,171)
0 Favorites   0 Comments

Color spaces of #d100ab

RGB 2090171
HSL0.861.000.41
HSV311°100°82°
CMYK 0.001.000.18   0.18
XYZ33.645216.495639.9387
Yxy16.49560.37350.1831
Hunter Lab40.614876.7932-29.8727
CIE-Lab47.618179.4812-33.4801

#d100ab color RGB value is (209,0,171).

#d100ab hex color red value is 209, green value is 0 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d100ab hue: 0.86 , saturation: 1.00 and the lightness value of d100ab is 0.41.

The process color (four color CMYK) of #d100ab color hex is 0.00, 1.00, 0.18, 0.18. Web safe color of #d100ab is #cc0099. Color #d100ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000000 10101011
Octal 321 0 253
Decimal 209 0 171
Hex D1 0 AB

RGB Percentages of Color #d100ab

%55.00
%0.00
%45.00

CMYK Percentages of Color #d100ab

%0
%100
%18
%18

Triadic Colors of #d100ab

#d100ab #abd100 #00abd1

Analogous Colors of #d100ab

#d100ab #d10042 #8f00d1

Monochromatic Colors of #d100ab

#d100ab

Complementary Color

#d100ab #00d126

#d100ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d100ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d100ab Color CSS Codes

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

#d100ab Text Font Color

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

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


#d100ab Background Color

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

This div background color is #d100ab


#d100ab Border Color

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

This div border color is #d100ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d100ab


Comments

No comments written yet.

Please login to write comment.