Color Hex Logo

#d16eff Color Hex

#D16EFF
(209,110,255)
0 Favorites   0 Comments

Color spaces of #d16eff

RGB 209110255
HSL0.781.000.72
HSV281°57°100°
CMYK 0.180.570.00   0.00
XYZ49.920431.927298.1392
Yxy31.92720.27740.1774
Hunter Lab56.504258.8192-63.4249
CIE-Lab63.282761.6774-56.4985

#d16eff color RGB value is (209,110,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101110 11111111
Octal 321 156 377
Decimal 209 110 255
Hex D1 6E FF

RGB Percentages of Color #d16eff

%36.41
%19.16
%44.43

CMYK Percentages of Color #d16eff

%18
%57
%0
%0

Triadic Colors of #d16eff

#d16eff #ffd16e #6effd1

Analogous Colors of #d16eff

#d16eff #ff6ee5 #896eff

Monochromatic Colors of #d16eff

#d16eff

Complementary Color

#d16eff #9cff6e

#d16eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16eff Color CSS Codes

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

#d16eff Text Font Color

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

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


#d16eff Background Color

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

This div background color is #d16eff


#d16eff Border Color

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

This div border color is #d16eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16eff

Related Colors


Comments

No comments written yet.

Please login to write comment.