Color Hex Logo

#d109df Color Hex

#D109DF
(209,9,223)
0 Favorites   0 Comments

Color spaces of #d109df

RGB 2099223
HSL0.820.920.45
HSV296°96°87°
CMYK 0.060.960.00   0.13
XYZ39.711519.078471.4015
Yxy19.07840.30500.1465
Hunter Lab43.678885.8490-66.3458
CIE-Lab50.778885.9517-58.6225

#d109df color RGB value is (209,9,223).

#d109df hex color red value is 209, green value is 9 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d109df hue: 0.82 , saturation: 0.92 and the lightness value of d109df is 0.45.

The process color (four color CMYK) of #d109df color hex is 0.06, 0.96, 0.00, 0.13. Web safe color of #d109df is #cc00cc. Color #d109df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001001 11011111
Octal 321 11 337
Decimal 209 9 223
Hex D1 9 DF

RGB Percentages of Color #d109df

%47.39
%2.04
%50.57

CMYK Percentages of Color #d109df

%6
%96
%0
%13

Triadic Colors of #d109df

#d109df #dfd109 #09dfd1

Analogous Colors of #d109df

#d109df #df0982 #6609df

Monochromatic Colors of #d109df

#d109df

Complementary Color

#d109df #17df09

#d109df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d109df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d109df Color CSS Codes

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

#d109df Text Font Color

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

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


#d109df Background Color

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

This div background color is #d109df


#d109df Border Color

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

This div border color is #d109df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d109df


Comments

No comments written yet.

Please login to write comment.