Color Hex Logo

#d16cf6 Color Hex

#D16CF6
(209,108,246)
0 Favorites   0 Comments

Color spaces of #d16cf6

RGB 209108246
HSL0.790.880.69
HSV284°56°96°
CMYK 0.150.560.00   0.04
XYZ48.291630.934390.6144
Yxy30.93430.28430.1821
Hunter Lab55.618657.6524-57.6628
CIE-Lab62.452160.8211-52.8609

#d16cf6 color RGB value is (209,108,246).

#d16cf6 hex color red value is 209, green value is 108 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #d16cf6 hue: 0.79 , saturation: 0.88 and the lightness value of d16cf6 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101100 11110110
Octal 321 154 366
Decimal 209 108 246
Hex D1 6C F6

RGB Percentages of Color #d16cf6

%37.12
%19.18
%43.69

CMYK Percentages of Color #d16cf6

%15
%56
%0
%4

Triadic Colors of #d16cf6

#d16cf6 #f6d16c #6cf6d1

Analogous Colors of #d16cf6

#d16cf6 #f66cd6 #8c6cf6

Monochromatic Colors of #d16cf6

#d16cf6

Complementary Color

#d16cf6 #91f66c

#d16cf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16cf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16cf6 Color CSS Codes

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

#d16cf6 Text Font Color

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

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


#d16cf6 Background Color

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

This div background color is #d16cf6


#d16cf6 Border Color

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

This div border color is #d16cf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16cf6


Comments

No comments written yet.

Please login to write comment.