Color Hex Logo

#d016f6 Color Hex

#D016F6
(208,22,246)
0 Favorites   0 Comments

Color spaces of #d016f6

RGB 20822246
HSL0.810.930.53
HSV290°91°96°
CMYK 0.150.910.00   0.04
XYZ42.933920.637588.9094
Yxy20.63750.28160.1353
Hunter Lab45.428589.1981-84.2381
CIE-Lab52.550588.1640-68.7454

#d016f6 color RGB value is (208,22,246).

#d016f6 hex color red value is 208, green value is 22 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #d016f6 hue: 0.81 , saturation: 0.93 and the lightness value of d016f6 is 0.53.

The process color (four color CMYK) of #d016f6 color hex is 0.15, 0.91, 0.00, 0.04. Web safe color of #d016f6 is #cc00ff. Color #d016f6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010110 11110110
Octal 320 26 366
Decimal 208 22 246
Hex D0 16 F6

RGB Percentages of Color #d016f6

%43.70
%4.62
%51.68

CMYK Percentages of Color #d016f6

%15
%91
%0
%4

Triadic Colors of #d016f6

#d016f6 #f6d016 #16f6d0

Analogous Colors of #d016f6

#d016f6 #f616ac #6016f6

Monochromatic Colors of #d016f6

#d016f6

Complementary Color

#d016f6 #3cf616

#d016f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d016f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d016f6 Color CSS Codes

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

#d016f6 Text Font Color

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

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


#d016f6 Background Color

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

This div background color is #d016f6


#d016f6 Border Color

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

This div border color is #d016f6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,22,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d016f6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d016f6;
  -webkit-box-shadow: 1px 1px 3px 2px #d016f6;
  box-shadow:         1px 1px 3px 2px #d016f6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,22,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d016f6


Comments

No comments written yet.

Please login to write comment.