Color Hex Logo

#d16386 Color Hex

#D16386
(209,99,134)
0 Favorites   0 Comments

Color spaces of #d16386

RGB 20999134
HSL0.950.540.60
HSV341°53°82°
CMYK 0.000.530.36   0.18
XYZ35.059424.200225.3775
Yxy24.20020.41420.2859
Hunter Lab49.193741.12453.8497
CIE-Lab56.287747.00011.5524

#d16386 color RGB value is (209,99,134).

#d16386 hex color red value is 209, green value is 99 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #d16386 hue: 0.95 , saturation: 0.54 and the lightness value of d16386 is 0.60.

The process color (four color CMYK) of #d16386 color hex is 0.00, 0.53, 0.36, 0.18. Web safe color of #d16386 is #cc6699. Color #d16386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100011 10000110
Octal 321 143 206
Decimal 209 99 134
Hex D1 63 86

RGB Percentages of Color #d16386

%47.29
%22.40
%30.32

CMYK Percentages of Color #d16386

%0
%53
%36
%18

Triadic Colors of #d16386

#d16386 #86d163 #6386d1

Analogous Colors of #d16386

#d16386 #d17763 #d163bd

Monochromatic Colors of #d16386

#d16386

Complementary Color

#d16386 #63d1ae

#d16386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16386 Color CSS Codes

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

#d16386 Text Font Color

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

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


#d16386 Background Color

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

This div background color is #d16386


#d16386 Border Color

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

This div border color is #d16386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16386


Comments

No comments written yet.

Please login to write comment.