Color Hex Logo

#d16dcf Color Hex

#D16DCF
(209,109,207)
0 Favorites   0 Comments

Color spaces of #d16dcf

RGB 209109207
HSL0.840.520.62
HSV301°48°82°
CMYK 0.000.480.01   0.18
XYZ43.025628.997662.3609
Yxy28.99760.32020.2158
Hunter Lab53.849448.3847-30.9668
CIE-Lab60.779552.9669-33.7130

#d16dcf color RGB value is (209,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101101 11001111
Octal 321 155 317
Decimal 209 109 207
Hex D1 6D CF

RGB Percentages of Color #d16dcf

%39.81
%20.76
%39.43

CMYK Percentages of Color #d16dcf

%0
%48
%1
%18

Triadic Colors of #d16dcf

#d16dcf #cfd16d #6dcfd1

Analogous Colors of #d16dcf

#d16dcf #d16d9d #a16dd1

Monochromatic Colors of #d16dcf

#d16dcf

Complementary Color

#d16dcf #6dd16f

#d16dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16dcf Color CSS Codes

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

#d16dcf Text Font Color

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

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


#d16dcf Background Color

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

This div background color is #d16dcf


#d16dcf Border Color

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

This div border color is #d16dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16dcf


Comments

No comments written yet.

Please login to write comment.