Color Hex Logo

#d16ffe Color Hex

#D16FFE
(209,111,254)
0 Favorites   0 Comments

Color spaces of #d16ffe

RGB 209111254
HSL0.780.990.72
HSV281°56°100°
CMYK 0.180.560.00   0.00
XYZ49.868332.079997.3296
Yxy32.07990.27820.1789
Hunter Lab56.639158.0431-62.2375
CIE-Lab63.408960.9930-55.7482

#d16ffe color RGB value is (209,111,254).

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

The process color (four color CMYK) of #d16ffe color hex is 0.18, 0.56, 0.00, 0.00. Web safe color of #d16ffe is #cc66ff. Color #d16ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101111 11111110
Octal 321 157 376
Decimal 209 111 254
Hex D1 6F FE

RGB Percentages of Color #d16ffe

%36.41
%19.34
%44.25

CMYK Percentages of Color #d16ffe

%18
%56
%0
%0

Triadic Colors of #d16ffe

#d16ffe #fed16f #6ffed1

Analogous Colors of #d16ffe

#d16ffe #fe6fe4 #8a6ffe

Monochromatic Colors of #d16ffe

#d16ffe

Complementary Color

#d16ffe #9cfe6f

#d16ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16ffe Color CSS Codes

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

#d16ffe Text Font Color

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

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


#d16ffe Background Color

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

This div background color is #d16ffe


#d16ffe Border Color

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

This div border color is #d16ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16ffe


Comments

No comments written yet.

Please login to write comment.