Color Hex Logo

#d16271 Color Hex

#D16271
(209,98,113)
0 Favorites   0 Comments

Color spaces of #d16271

RGB 20998113
HSL0.980.550.60
HSV352°53°82°
CMYK 0.000.530.46   0.18
XYZ33.642823.482918.3823
Yxy23.48290.44560.3110
Hunter Lab48.459239.120211.4306
CIE-Lab55.566345.213312.8526

#d16271 color RGB value is (209,98,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100010 01110001
Octal 321 142 161
Decimal 209 98 113
Hex D1 62 71

RGB Percentages of Color #d16271

%49.76
%23.33
%26.90

CMYK Percentages of Color #d16271

%0
%53
%46
%18

Triadic Colors of #d16271

#d16271 #71d162 #6271d1

Analogous Colors of #d16271

#d16271 #d18b62 #d162a9

Monochromatic Colors of #d16271

#d16271

Complementary Color

#d16271 #62d1c2

#d16271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16271 Color CSS Codes

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

#d16271 Text Font Color

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

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


#d16271 Background Color

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

This div background color is #d16271


#d16271 Border Color

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

This div border color is #d16271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16271


Comments

No comments written yet.

Please login to write comment.