Color Hex Logo

#d16361 Color Hex

#D16361
(209,99,97)
0 Favorites   0 Comments

Color spaces of #d16361

RGB 2099997
HSL0.000.550.60
HSV54°82°
CMYK 0.000.530.54   0.18
XYZ32.914023.342114.0800
Yxy23.34210.46800.3319
Hunter Lab48.313737.055416.5407
CIE-Lab55.423043.258422.0059

#d16361 color RGB value is (209,99,97).

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

The process color (four color CMYK) of #d16361 color hex is 0.00, 0.53, 0.54, 0.18. Web safe color of #d16361 is #cc6666. Color #d16361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100011 01100001
Octal 321 143 141
Decimal 209 99 97
Hex D1 63 61

RGB Percentages of Color #d16361

%51.60
%24.44
%23.95

CMYK Percentages of Color #d16361

%0
%53
%54
%18

Triadic Colors of #d16361

#d16361 #61d163 #6361d1

Analogous Colors of #d16361

#d16361 #d19b61 #d16197

Monochromatic Colors of #d16361

#d16361

Complementary Color

#d16361 #61cfd1

#d16361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16361 Color CSS Codes

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

#d16361 Text Font Color

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

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


#d16361 Background Color

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

This div background color is #d16361


#d16361 Border Color

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

This div border color is #d16361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16361


Comments

No comments written yet.

Please login to write comment.