Color Hex Logo

#d106fe Color Hex

#D106FE
(209,6,254)
0 Favorites   0 Comments

Color spaces of #d106fe

RGB 2096254
HSL0.800.990.51
HSV289°98°100°
CMYK 0.180.980.00   0.00
XYZ44.249020.841395.4565
Yxy20.84130.27560.1298
Hunter Lab45.652393.1217-92.0157
CIE-Lab52.775491.0723-72.8379

#d106fe color RGB value is (209,6,254).

#d106fe hex color red value is 209, green value is 6 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d106fe hue: 0.80 , saturation: 0.99 and the lightness value of d106fe is 0.51.

The process color (four color CMYK) of #d106fe color hex is 0.18, 0.98, 0.00, 0.00. Web safe color of #d106fe is #cc00ff. Color #d106fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000110 11111110
Octal 321 6 376
Decimal 209 6 254
Hex D1 6 FE

RGB Percentages of Color #d106fe

%44.56
%1.28
%54.16

CMYK Percentages of Color #d106fe

%18
%98
%0
%0

Triadic Colors of #d106fe

#d106fe #fed106 #06fed1

Analogous Colors of #d106fe

#d106fe #fe06af #5506fe

Monochromatic Colors of #d106fe

#d106fe

Complementary Color

#d106fe #33fe06

#d106fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d106fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d106fe Color CSS Codes

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

#d106fe Text Font Color

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

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


#d106fe Background Color

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

This div background color is #d106fe


#d106fe Border Color

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

This div border color is #d106fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d106fe

Related Colors


Comments

No comments written yet.

Please login to write comment.