Color Hex Logo

#d41faa Color Hex

#D41FAA
(212,31,170)
0 Favorites   0 Comments

Color spaces of #d41faa

RGB 21231170
HSL0.870.740.48
HSV314°85°83°
CMYK 0.000.850.20   0.17
XYZ34.897117.879339.6420
Yxy17.87930.37760.1935
Hunter Lab42.283973.3199-25.9868
CIE-Lab49.349476.3524-30.1397

#d41faa color RGB value is (212,31,170).

#d41faa hex color red value is 212, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d41faa hue: 0.87 , saturation: 0.74 and the lightness value of d41faa is 0.48.

The process color (four color CMYK) of #d41faa color hex is 0.00, 0.85, 0.20, 0.17. Web safe color of #d41faa is #cc3399. Color #d41faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011111 10101010
Octal 324 37 252
Decimal 212 31 170
Hex D4 1F AA

RGB Percentages of Color #d41faa

%51.33
%7.51
%41.16

CMYK Percentages of Color #d41faa

%0
%85
%20
%17

Triadic Colors of #d41faa

#d41faa #aad41f #1faad4

Analogous Colors of #d41faa

#d41faa #d41f50 #a41fd4

Monochromatic Colors of #d41faa

#d41faa

Complementary Color

#d41faa #1fd449

#d41faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41faa Color CSS Codes

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

#d41faa Text Font Color

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

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


#d41faa Background Color

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

This div background color is #d41faa


#d41faa Border Color

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

This div border color is #d41faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41faa


Comments

No comments written yet.

Please login to write comment.