Color Hex Logo

#d16658 Color Hex

#D16658
(209,102,88)
0 Favorites   0 Comments

Color spaces of #d16658

RGB 20910288
HSL0.020.570.58
HSV58°82°
CMYK 0.000.510.58   0.18
XYZ32.807323.762612.0900
Yxy23.76260.47780.3461
Hunter Lab48.746934.825819.4180
CIE-Lab55.849341.041027.7497

#d16658 color RGB value is (209,102,88).

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

The process color (four color CMYK) of #d16658 color hex is 0.00, 0.51, 0.58, 0.18. Web safe color of #d16658 is #cc6666. Color #d16658 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100110 01011000
Octal 321 146 130
Decimal 209 102 88
Hex D1 66 58

RGB Percentages of Color #d16658

%52.38
%25.56
%22.06

CMYK Percentages of Color #d16658

%0
%51
%58
%18

Triadic Colors of #d16658

#d16658 #58d166 #6658d1

Analogous Colors of #d16658

#d16658 #d1a358 #d15887

Monochromatic Colors of #d16658

#d16658

Complementary Color

#d16658 #58c3d1

#d16658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16658 Color CSS Codes

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

#d16658 Text Font Color

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

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


#d16658 Background Color

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

This div background color is #d16658


#d16658 Border Color

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

This div border color is #d16658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16658


Comments

No comments written yet.

Please login to write comment.