Color Hex Logo

#d31177 Color Hex

#D31177
(211,17,119)
0 Favorites   0 Comments

Color spaces of #d31177

RGB 21117119
HSL0.910.850.45
HSV328°92°83°
CMYK 0.000.920.44   0.17
XYZ30.394215.581718.8584
Yxy15.58170.46880.2403
Hunter Lab39.473768.3637-0.6940
CIE-Lab46.420872.8617-3.8616

#d31177 color RGB value is (211,17,119).

#d31177 hex color red value is 211, green value is 17 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #d31177 hue: 0.91 , saturation: 0.85 and the lightness value of d31177 is 0.45.

The process color (four color CMYK) of #d31177 color hex is 0.00, 0.92, 0.44, 0.17. Web safe color of #d31177 is #cc0066. Color #d31177 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010001 01110111
Octal 323 21 167
Decimal 211 17 119
Hex D3 11 77

RGB Percentages of Color #d31177

%60.81
%4.90
%34.29

CMYK Percentages of Color #d31177

%0
%92
%44
%17

Triadic Colors of #d31177

#d31177 #77d311 #1177d3

Analogous Colors of #d31177

#d31177 #d31116 #ce11d3

Monochromatic Colors of #d31177

#d31177

Complementary Color

#d31177 #11d36d

#d31177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31177 Color CSS Codes

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

#d31177 Text Font Color

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

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


#d31177 Background Color

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

This div background color is #d31177


#d31177 Border Color

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

This div border color is #d31177


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,17,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d31177; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d31177;
  -webkit-box-shadow: 1px 1px 3px 2px #d31177;
  box-shadow:         1px 1px 3px 2px #d31177; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,17,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31177


Comments

No comments written yet.

Please login to write comment.