Color Hex Logo

#d16fce Color Hex

#D16FCE
(209,111,206)
0 Favorites   0 Comments

Color spaces of #d16fce

RGB 209111206
HSL0.840.520.63
HSV302°47°82°
CMYK 0.000.470.01   0.18
XYZ43.119529.380461.7909
Yxy29.38040.32110.2188
Hunter Lab54.203747.1418-29.6466
CIE-Lab61.115951.7960-32.6255

#d16fce color RGB value is (209,111,206).

#d16fce hex color red value is 209, green value is 111 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d16fce hue: 0.84 , saturation: 0.52 and the lightness value of d16fce is 0.63.

The process color (four color CMYK) of #d16fce color hex is 0.00, 0.47, 0.01, 0.18. Web safe color of #d16fce is #cc66cc. Color #d16fce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101111 11001110
Octal 321 157 316
Decimal 209 111 206
Hex D1 6F CE

RGB Percentages of Color #d16fce

%39.73
%21.10
%39.16

CMYK Percentages of Color #d16fce

%0
%47
%1
%18

Triadic Colors of #d16fce

#d16fce #ced16f #6fced1

Analogous Colors of #d16fce

#d16fce #d16f9d #a36fd1

Monochromatic Colors of #d16fce

#d16fce

Complementary Color

#d16fce #6fd172

#d16fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16fce Color CSS Codes

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

#d16fce Text Font Color

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

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


#d16fce Background Color

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

This div background color is #d16fce


#d16fce Border Color

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

This div border color is #d16fce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,111,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16fce


Comments

No comments written yet.

Please login to write comment.