Color Hex Logo

#d41496 Color Hex

#D41496
(212,20,150)
0 Favorites   0 Comments

Color spaces of #d41496

RGB 21220150
HSL0.890.830.45
HSV319°91°83°
CMYK 0.000.910.29   0.17
XYZ32.906616.699430.3431
Yxy16.69940.41160.2089
Hunter Lab40.864972.2242-15.4187
CIE-Lab47.879075.7492-20.4999

#d41496 color RGB value is (212,20,150).

#d41496 hex color red value is 212, green value is 20 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #d41496 hue: 0.89 , saturation: 0.83 and the lightness value of d41496 is 0.45.

The process color (four color CMYK) of #d41496 color hex is 0.00, 0.91, 0.29, 0.17. Web safe color of #d41496 is #cc0099. Color #d41496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010100 10010110
Octal 324 24 226
Decimal 212 20 150
Hex D4 14 96

RGB Percentages of Color #d41496

%55.50
%5.24
%39.27

CMYK Percentages of Color #d41496

%0
%91
%29
%17

Triadic Colors of #d41496

#d41496 #96d414 #1496d4

Analogous Colors of #d41496

#d41496 #d41436 #b214d4

Monochromatic Colors of #d41496

#d41496

Complementary Color

#d41496 #14d452

#d41496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41496 Color CSS Codes

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

#d41496 Text Font Color

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

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


#d41496 Background Color

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

This div background color is #d41496


#d41496 Border Color

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

This div border color is #d41496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41496


Comments

No comments written yet.

Please login to write comment.