Color Hex Logo

#d112ab Color Hex

#D112AB
(209,18,171)
0 Favorites   0 Comments

Color spaces of #d112ab

RGB 20918171
HSL0.870.840.45
HSV312°91°82°
CMYK 0.000.910.18   0.18
XYZ33.861516.928240.0108
Yxy16.92820.37290.1864
Hunter Lab41.143974.9040-28.8564
CIE-Lab48.169477.8611-32.6156

#d112ab color RGB value is (209,18,171).

#d112ab hex color red value is 209, green value is 18 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d112ab hue: 0.87 , saturation: 0.84 and the lightness value of d112ab is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010010 10101011
Octal 321 22 253
Decimal 209 18 171
Hex D1 12 AB

RGB Percentages of Color #d112ab

%52.51
%4.52
%42.96

CMYK Percentages of Color #d112ab

%0
%91
%18
%18

Triadic Colors of #d112ab

#d112ab #abd112 #12abd1

Analogous Colors of #d112ab

#d112ab #d1124b #9812d1

Monochromatic Colors of #d112ab

#d112ab

Complementary Color

#d112ab #12d138

#d112ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d112ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d112ab Color CSS Codes

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

#d112ab Text Font Color

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

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


#d112ab Background Color

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

This div background color is #d112ab


#d112ab Border Color

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

This div border color is #d112ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d112ab


Comments

No comments written yet.

Please login to write comment.