Color Hex Logo

#d16ebc Color Hex

#D16EBC
(209,110,188)
0 Favorites   0 Comments

Color spaces of #d16ebc

RGB 209110188
HSL0.870.520.63
HSV313°47°82°
CMYK 0.000.470.10   0.18
XYZ40.947528.338050.8886
Yxy28.33800.34070.2358
Hunter Lab53.233444.1448-19.4150
CIE-Lab60.192949.2123-23.8419

#d16ebc color RGB value is (209,110,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101110 10111100
Octal 321 156 274
Decimal 209 110 188
Hex D1 6E BC

RGB Percentages of Color #d16ebc

%41.22
%21.70
%37.08

CMYK Percentages of Color #d16ebc

%0
%47
%10
%18

Triadic Colors of #d16ebc

#d16ebc #bcd16e #6ebcd1

Analogous Colors of #d16ebc

#d16ebc #d16e8b #b56ed1

Monochromatic Colors of #d16ebc

#d16ebc

Complementary Color

#d16ebc #6ed183

#d16ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16ebc Color CSS Codes

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

#d16ebc Text Font Color

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

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


#d16ebc Background Color

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

This div background color is #d16ebc


#d16ebc Border Color

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

This div border color is #d16ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16ebc


Comments

No comments written yet.

Please login to write comment.