Color Hex Logo

#d816ff Color Hex

#D816FF
(216,22,255)
0 Favorites   0 Comments

Color spaces of #d816ff

RGB 21622255
HSL0.811.000.54
HSV290°91°100°
CMYK 0.150.910.00   0.00
XYZ46.655822.392796.4709
Yxy22.39270.28190.1353
Hunter Lab47.320993.1794-87.7470
CIE-Lab54.441290.7942-70.6414

#d816ff color RGB value is (216,22,255).

#d816ff hex color red value is 216, green value is 22 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d816ff hue: 0.81 , saturation: 1.00 and the lightness value of d816ff is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010110 11111111
Octal 330 26 377
Decimal 216 22 255
Hex D8 16 FF

RGB Percentages of Color #d816ff

%43.81
%4.46
%51.72

CMYK Percentages of Color #d816ff

%15
%91
%0
%0

Triadic Colors of #d816ff

#d816ff #ffd816 #16ffd8

Analogous Colors of #d816ff

#d816ff #ff16b2 #6316ff

Monochromatic Colors of #d816ff

#d816ff

Complementary Color

#d816ff #3dff16

#d816ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d816ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d816ff Color CSS Codes

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

#d816ff Text Font Color

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

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


#d816ff Background Color

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

This div background color is #d816ff


#d816ff Border Color

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

This div border color is #d816ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d816ff


Comments

No comments written yet.

Please login to write comment.