Color Hex Logo

#d41177 Color Hex

#D41177
(212,17,119)
0 Favorites   0 Comments

Color spaces of #d41177

RGB 21217119
HSL0.910.850.45
HSV329°92°83°
CMYK 0.000.920.44   0.17
XYZ30.681615.729918.8718
Yxy15.72990.47000.2409
Hunter Lab39.660968.6805-0.4492
CIE-Lab46.618173.0857-3.5479

#d41177 color RGB value is (212,17,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010001 01110111
Octal 324 21 167
Decimal 212 17 119
Hex D4 11 77

RGB Percentages of Color #d41177

%60.92
%4.89
%34.20

CMYK Percentages of Color #d41177

%0
%92
%44
%17

Triadic Colors of #d41177

#d41177 #77d411 #1177d4

Analogous Colors of #d41177

#d41177 #d41116 #d011d4

Monochromatic Colors of #d41177

#d41177

Complementary Color

#d41177 #11d46e

#d41177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41177 Color CSS Codes

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

#d41177 Text Font Color

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

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


#d41177 Background Color

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

This div background color is #d41177


#d41177 Border Color

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

This div border color is #d41177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41177


Comments

No comments written yet.

Please login to write comment.