Color Hex Logo

#d16eec Color Hex

#D16EEC
(209,110,236)
0 Favorites   0 Comments

Color spaces of #d16eec

RGB 209110236
HSL0.800.770.68
HSV287°53°93°
CMYK 0.110.530.00   0.07
XYZ47.010730.763382.8171
Yxy30.76330.29270.1916
Hunter Lab55.464754.2297-49.7036
CIE-Lab62.307357.8862-47.5520

#d16eec color RGB value is (209,110,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101110 11101100
Octal 321 156 354
Decimal 209 110 236
Hex D1 6E EC

RGB Percentages of Color #d16eec

%37.66
%19.82
%42.52

CMYK Percentages of Color #d16eec

%11
%53
%0
%7

Triadic Colors of #d16eec

#d16eec #ecd16e #6eecd1

Analogous Colors of #d16eec

#d16eec #ec6ec8 #926eec

Monochromatic Colors of #d16eec

#d16eec

Complementary Color

#d16eec #89ec6e

#d16eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16eec Color CSS Codes

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

#d16eec Text Font Color

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

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


#d16eec Background Color

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

This div background color is #d16eec


#d16eec Border Color

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

This div border color is #d16eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16eec


Comments

No comments written yet.

Please login to write comment.