Color Hex Logo

#d41148 Color Hex

#D41148
(212,17,72)
0 Favorites   0 Comments

Color spaces of #d41148

RGB 2121772
HSL0.950.850.45
HSV343°92°83°
CMYK 0.000.920.66   0.17
XYZ28.521514.86587.4970
Yxy14.86580.56050.2921
Hunter Lab38.556264.570015.4608
CIE-Lab45.449869.875423.9747

#d41148 color RGB value is (212,17,72).

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

The process color (four color CMYK) of #d41148 color hex is 0.00, 0.92, 0.66, 0.17. Web safe color of #d41148 is #cc0033. Color #d41148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010001 01001000
Octal 324 21 110
Decimal 212 17 72
Hex D4 11 48

RGB Percentages of Color #d41148

%70.43
%5.65
%23.92

CMYK Percentages of Color #d41148

%0
%92
%66
%17

Triadic Colors of #d41148

#d41148 #48d411 #1148d4

Analogous Colors of #d41148

#d41148 #d43b11 #d411aa

Monochromatic Colors of #d41148

#d41148

Complementary Color

#d41148 #11d49d

#d41148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41148 Color CSS Codes

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

#d41148 Text Font Color

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

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


#d41148 Background Color

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

This div background color is #d41148


#d41148 Border Color

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

This div border color is #d41148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41148


Comments

No comments written yet.

Please login to write comment.