Color Hex Logo

#d107df Color Hex

#D107DF
(209,7,223)
0 Favorites   0 Comments

Color spaces of #d107df

RGB 2097223
HSL0.820.940.45
HSV296°97°87°
CMYK 0.060.970.00   0.13
XYZ39.689819.035071.3943
Yxy19.03500.30500.1463
Hunter Lab43.629186.0321-66.4812
CIE-Lab50.728186.1020-58.7040

#d107df color RGB value is (209,7,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000111 11011111
Octal 321 7 337
Decimal 209 7 223
Hex D1 7 DF

RGB Percentages of Color #d107df

%47.61
%1.59
%50.80

CMYK Percentages of Color #d107df

%6
%97
%0
%13

Triadic Colors of #d107df

#d107df #dfd107 #07dfd1

Analogous Colors of #d107df

#d107df #df0781 #6507df

Monochromatic Colors of #d107df

#d107df

Complementary Color

#d107df #15df07

#d107df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d107df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d107df Color CSS Codes

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

#d107df Text Font Color

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

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


#d107df Background Color

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

This div background color is #d107df


#d107df Border Color

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

This div border color is #d107df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d107df


Comments

No comments written yet.

Please login to write comment.