Color Hex Logo

#d41ffa Color Hex

#D41FFA
(212,31,250)
0 Favorites   0 Comments

Color spaces of #d41ffa

RGB 21231250
HSL0.800.960.55
HSV290°88°98°
CMYK 0.150.880.00   0.02
XYZ44.896721.879192.2993
Yxy21.87910.28220.1375
Hunter Lab46.775189.4753-84.2518
CIE-Lab53.898588.1129-68.7674

#d41ffa color RGB value is (212,31,250).

#d41ffa hex color red value is 212, green value is 31 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d41ffa hue: 0.80 , saturation: 0.96 and the lightness value of d41ffa is 0.55.

The process color (four color CMYK) of #d41ffa color hex is 0.15, 0.88, 0.00, 0.02. Web safe color of #d41ffa is #cc33ff. Color #d41ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011111 11111010
Octal 324 37 372
Decimal 212 31 250
Hex D4 1F FA

RGB Percentages of Color #d41ffa

%43.00
%6.29
%50.71

CMYK Percentages of Color #d41ffa

%15
%88
%0
%2

Triadic Colors of #d41ffa

#d41ffa #fad41f #1ffad4

Analogous Colors of #d41ffa

#d41ffa #fa1fb3 #671ffa

Monochromatic Colors of #d41ffa

#d41ffa

Complementary Color

#d41ffa #45fa1f

#d41ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41ffa Color CSS Codes

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

#d41ffa Text Font Color

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

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


#d41ffa Background Color

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

This div background color is #d41ffa


#d41ffa Border Color

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

This div border color is #d41ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41ffa


Comments

No comments written yet.

Please login to write comment.