Color Hex Logo

#d806ff Color Hex

#D806FF
(216,6,255)
0 Favorites   0 Comments

Color spaces of #d806ff

RGB 2166255
HSL0.811.000.51
HSV291°98°100°
CMYK 0.150.980.00   0.00
XYZ46.434021.949296.3970
Yxy21.94920.28180.1332
Hunter Lab46.850094.9277-89.1982
CIE-Lab53.973192.1861-71.3995

#d806ff color RGB value is (216,6,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000110 11111111
Octal 330 6 377
Decimal 216 6 255
Hex D8 6 FF

RGB Percentages of Color #d806ff

%45.28
%1.26
%53.46

CMYK Percentages of Color #d806ff

%15
%98
%0
%0

Triadic Colors of #d806ff

#d806ff #ffd806 #06ffd8

Analogous Colors of #d806ff

#d806ff #ff06aa #5c06ff

Monochromatic Colors of #d806ff

#d806ff

Complementary Color

#d806ff #2dff06

#d806ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d806ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d806ff Color CSS Codes

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

#d806ff Text Font Color

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

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


#d806ff Background Color

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

This div background color is #d806ff


#d806ff Border Color

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

This div border color is #d806ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d806ff

Related Colors


Comments

No comments written yet.

Please login to write comment.