Color Hex Logo

#d16388 Color Hex

#D16388
(209,99,136)
0 Favorites   0 Comments

Color spaces of #d16388

RGB 20999136
HSL0.940.540.60
HSV340°53°82°
CMYK 0.000.530.35   0.18
XYZ35.200324.256626.1193
Yxy24.25660.41130.2835
Hunter Lab49.251041.38703.0324
CIE-Lab56.343847.23790.4614

#d16388 color RGB value is (209,99,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100011 10001000
Octal 321 143 210
Decimal 209 99 136
Hex D1 63 88

RGB Percentages of Color #d16388

%47.07
%22.30
%30.63

CMYK Percentages of Color #d16388

%0
%53
%35
%18

Triadic Colors of #d16388

#d16388 #88d163 #6388d1

Analogous Colors of #d16388

#d16388 #d17563 #d163bf

Monochromatic Colors of #d16388

#d16388

Complementary Color

#d16388 #63d1ac

#d16388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16388 Color CSS Codes

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

#d16388 Text Font Color

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

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


#d16388 Background Color

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

This div background color is #d16388


#d16388 Border Color

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

This div border color is #d16388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16388


Comments

No comments written yet.

Please login to write comment.