Color Hex Logo

#d16feb Color Hex

#D16FEB
(209,111,235)
0 Favorites   0 Comments

Color spaces of #d16feb

RGB 209111235
HSL0.800.760.68
HSV287°53°92°
CMYK 0.110.530.00   0.08
XYZ46.974330.922382.0901
Yxy30.92230.29360.1933
Hunter Lab55.607853.4729-48.6004
CIE-Lab62.442057.2036-46.7840

#d16feb color RGB value is (209,111,235).

#d16feb hex color red value is 209, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d16feb hue: 0.80 , saturation: 0.76 and the lightness value of d16feb is 0.68.

The process color (four color CMYK) of #d16feb color hex is 0.11, 0.53, 0.00, 0.08. Web safe color of #d16feb is #cc66ff. Color #d16feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101111 11101011
Octal 321 157 353
Decimal 209 111 235
Hex D1 6F EB

RGB Percentages of Color #d16feb

%37.66
%20.00
%42.34

CMYK Percentages of Color #d16feb

%11
%53
%0
%8

Triadic Colors of #d16feb

#d16feb #ebd16f #6febd1

Analogous Colors of #d16feb

#d16feb #eb6fc7 #936feb

Monochromatic Colors of #d16feb

#d16feb

Complementary Color

#d16feb #89eb6f

#d16feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16feb Color CSS Codes

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

#d16feb Text Font Color

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

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


#d16feb Background Color

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

This div background color is #d16feb


#d16feb Border Color

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

This div border color is #d16feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16feb


Comments

No comments written yet.

Please login to write comment.