Color Hex Logo

#d13161 Color Hex

#D13161
(209,49,97)
0 Favorites   0 Comments

Color spaces of #d13161

RGB 2094997
HSL0.950.630.51
HSV342°77°82°
CMYK 0.000.770.54   0.18
XYZ29.550516.615012.9588
Yxy16.61500.49980.2810
Hunter Lab40.761558.07299.6837
CIE-Lab47.771263.847611.5723

#d13161 color RGB value is (209,49,97).

#d13161 hex color red value is 209, green value is 49 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #d13161 hue: 0.95 , saturation: 0.63 and the lightness value of d13161 is 0.51.

The process color (four color CMYK) of #d13161 color hex is 0.00, 0.77, 0.54, 0.18. Web safe color of #d13161 is #cc3366. Color #d13161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110001 01100001
Octal 321 61 141
Decimal 209 49 97
Hex D1 31 61

RGB Percentages of Color #d13161

%58.87
%13.80
%27.32

CMYK Percentages of Color #d13161

%0
%77
%54
%18

Triadic Colors of #d13161

#d13161 #61d131 #3161d1

Analogous Colors of #d13161

#d13161 #d15131 #d131b1

Monochromatic Colors of #d13161

#d13161

Complementary Color

#d13161 #31d1a1

#d13161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13161 Color CSS Codes

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

#d13161 Text Font Color

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

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


#d13161 Background Color

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

This div background color is #d13161


#d13161 Border Color

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

This div border color is #d13161


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,49,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 #d13161">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13161


Comments

No comments written yet.

Please login to write comment.