Color Hex Logo

#d16ecb Color Hex

#D16ECB
(209,110,203)
0 Favorites   0 Comments

Color spaces of #d16ecb

RGB 209110203
HSL0.840.520.63
HSV304°47°82°
CMYK 0.000.470.03   0.18
XYZ42.649929.019059.8532
Yxy29.01900.32430.2206
Hunter Lab53.869347.0525-28.1676
CIE-Lab60.798451.7648-31.4236

#d16ecb color RGB value is (209,110,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101110 11001011
Octal 321 156 313
Decimal 209 110 203
Hex D1 6E CB

RGB Percentages of Color #d16ecb

%40.04
%21.07
%38.89

CMYK Percentages of Color #d16ecb

%0
%47
%3
%18

Triadic Colors of #d16ecb

#d16ecb #cbd16e #6ecbd1

Analogous Colors of #d16ecb

#d16ecb #d16e9a #a66ed1

Monochromatic Colors of #d16ecb

#d16ecb

Complementary Color

#d16ecb #6ed174

#d16ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16ecb Color CSS Codes

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

#d16ecb Text Font Color

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

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


#d16ecb Background Color

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

This div background color is #d16ecb


#d16ecb Border Color

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

This div border color is #d16ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16ecb


Comments

No comments written yet.

Please login to write comment.