Color Hex Logo

#d16fca Color Hex

#D16FCA
(209,111,202)
0 Favorites   0 Comments

Color spaces of #d16fca

RGB 209111202
HSL0.850.520.63
HSV304°47°82°
CMYK 0.000.470.03   0.18
XYZ42.639629.188559.2637
Yxy29.18850.32530.2227
Hunter Lab54.026446.3326-27.2191
CIE-Lab60.947651.0907-30.6267

#d16fca color RGB value is (209,111,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101111 11001010
Octal 321 157 312
Decimal 209 111 202
Hex D1 6F CA

RGB Percentages of Color #d16fca

%40.04
%21.26
%38.70

CMYK Percentages of Color #d16fca

%0
%47
%3
%18

Triadic Colors of #d16fca

#d16fca #cad16f #6fcad1

Analogous Colors of #d16fca

#d16fca #d16f99 #a76fd1

Monochromatic Colors of #d16fca

#d16fca

Complementary Color

#d16fca #6fd176

#d16fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16fca Color CSS Codes

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

#d16fca Text Font Color

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

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


#d16fca Background Color

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

This div background color is #d16fca


#d16fca Border Color

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

This div border color is #d16fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16fca


Comments

No comments written yet.

Please login to write comment.