Color Hex Logo

#d16fdc Color Hex

#D16FDC
(209,111,220)
0 Favorites   0 Comments

Color spaces of #d16fdc

RGB 209111220
HSL0.820.610.65
HSV294°50°86°
CMYK 0.050.500.00   0.14
XYZ44.897230.091571.1520
Yxy30.09150.30720.2059
Hunter Lab54.855750.0976-38.5046
CIE-Lab61.733154.3445-39.5332

#d16fdc color RGB value is (209,111,220).

#d16fdc hex color red value is 209, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d16fdc hue: 0.82 , saturation: 0.61 and the lightness value of d16fdc is 0.65.

The process color (four color CMYK) of #d16fdc color hex is 0.05, 0.50, 0.00, 0.14. Web safe color of #d16fdc is #cc66cc. Color #d16fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101111 11011100
Octal 321 157 334
Decimal 209 111 220
Hex D1 6F DC

RGB Percentages of Color #d16fdc

%38.70
%20.56
%40.74

CMYK Percentages of Color #d16fdc

%5
%50
%0
%14

Triadic Colors of #d16fdc

#d16fdc #dcd16f #6fdcd1

Analogous Colors of #d16fdc

#d16fdc #dc6fb1 #9b6fdc

Monochromatic Colors of #d16fdc

#d16fdc

Complementary Color

#d16fdc #7adc6f

#d16fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16fdc Color CSS Codes

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

#d16fdc Text Font Color

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

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


#d16fdc Background Color

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

This div background color is #d16fdc


#d16fdc Border Color

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

This div border color is #d16fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16fdc


Comments

No comments written yet.

Please login to write comment.