Color Hex Logo

#d111af Color Hex

#D111AF
(209,17,175)
0 Favorites   0 Comments

Color spaces of #d111af

RGB 20917175
HSL0.860.850.44
HSV311°92°82°
CMYK 0.000.920.16   0.18
XYZ34.232817.051442.0444
Yxy17.05140.36680.1827
Hunter Lab41.293375.7158-31.4631
CIE-Lab48.324778.4826-34.7348

#d111af color RGB value is (209,17,175).

#d111af hex color red value is 209, green value is 17 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d111af hue: 0.86 , saturation: 0.85 and the lightness value of d111af is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010001 10101111
Octal 321 21 257
Decimal 209 17 175
Hex D1 11 AF

RGB Percentages of Color #d111af

%52.12
%4.24
%43.64

CMYK Percentages of Color #d111af

%0
%92
%16
%18

Triadic Colors of #d111af

#d111af #afd111 #11afd1

Analogous Colors of #d111af

#d111af #d1114f #9311d1

Monochromatic Colors of #d111af

#d111af

Complementary Color

#d111af #11d133

#d111af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d111af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d111af Color CSS Codes

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

#d111af Text Font Color

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

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


#d111af Background Color

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

This div background color is #d111af


#d111af Border Color

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

This div border color is #d111af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,17,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d111af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d111af


Comments

No comments written yet.

Please login to write comment.