color codes Logo

#d106fd color codes

#D106FD
(209,6,253)
0 Favorites   0 Comments

Color spaces of #d106fd

RGB 2096253
HSL0.800.980.51
HSV289°98°99°
CMYK 0.170.980.00   0.01
XYZ44.089220.777494.6152
Yxy20.77740.27650.1303
Hunter Lab45.582292.8844-91.1609
CIE-Lab52.705090.9085-72.3952

#d106fd color RGB value is (209,6,253).

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

The process color (four color CMYK) of #d106fd color code is 0.17, 0.98, 0.00, 0.01. Web safe color of #d106fd is #cc00ff. Color #d106fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000110 11111101
Octal 321 6 375
Decimal 209 6 253
Hex D1 6 FD

RGB Percentages of Color #d106fd

%44.66
%1.28
%54.06

CMYK Percentages of Color #d106fd

%17
%98
%0
%1

Triadic Colors of #d106fd

#d106fd #fdd106 #06fdd1

Analogous Colors of #d106fd

#d106fd #fd06ae #5606fd

Monochromatic Colors of #d106fd

#d106fd

Complementary Color

#d106fd #32fd06

#d106fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d106fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d106fd Color CSS Codes

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

#d106fd Text Font Color

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

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


#d106fd Background Color

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

This div background color is #d106fd


#d106fd Border Color

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

This div border color is #d106fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d106fd

Related Colors


Comments

No comments written yet.

Please login to write comment.