Color Hex Logo

#d16259 Color Hex

#D16259
(209,98,89)
0 Favorites   0 Comments

Color spaces of #d16259

RGB 2099889
HSL0.010.570.58
HSV57°82°
CMYK 0.000.530.57   0.18
XYZ32.465323.011912.1818
Yxy23.01190.47980.3401
Hunter Lab47.970736.855318.5233
CIE-Lab55.084643.114226.1885

#d16259 color RGB value is (209,98,89).

#d16259 hex color red value is 209, green value is 98 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #d16259 hue: 0.01 , saturation: 0.57 and the lightness value of d16259 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100010 01011001
Octal 321 142 131
Decimal 209 98 89
Hex D1 62 59

RGB Percentages of Color #d16259

%52.78
%24.75
%22.47

CMYK Percentages of Color #d16259

%0
%53
%57
%18

Triadic Colors of #d16259

#d16259 #59d162 #6259d1

Analogous Colors of #d16259

#d16259 #d19e59 #d1598c

Monochromatic Colors of #d16259

#d16259

Complementary Color

#d16259 #59c8d1

#d16259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16259 Color CSS Codes

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

#d16259 Text Font Color

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

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


#d16259 Background Color

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

This div background color is #d16259


#d16259 Border Color

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

This div border color is #d16259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16259


Comments

No comments written yet.

Please login to write comment.