Color Hex Logo

#d41dfa Color Hex

#D41DFA
(212,29,250)
0 Favorites   0 Comments

Color spaces of #d41dfa

RGB 21229250
HSL0.800.960.55
HSV290°88°98°
CMYK 0.150.880.00   0.02
XYZ44.846121.777992.2824
Yxy21.77790.28220.1370
Hunter Lab46.666889.8690-84.5777
CIE-Lab53.790688.4318-68.9420

#d41dfa color RGB value is (212,29,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011101 11111010
Octal 324 35 372
Decimal 212 29 250
Hex D4 1D FA

RGB Percentages of Color #d41dfa

%43.18
%5.91
%50.92

CMYK Percentages of Color #d41dfa

%15
%88
%0
%2

Triadic Colors of #d41dfa

#d41dfa #fad41d #1dfad4

Analogous Colors of #d41dfa

#d41dfa #fa1db2 #661dfa

Monochromatic Colors of #d41dfa

#d41dfa

Complementary Color

#d41dfa #43fa1d

#d41dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41dfa Color CSS Codes

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

#d41dfa Text Font Color

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

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


#d41dfa Background Color

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

This div background color is #d41dfa


#d41dfa Border Color

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

This div border color is #d41dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41dfa


Comments

No comments written yet.

Please login to write comment.