Color Hex Logo

#d41cfa Color Hex

#D41CFA
(212,28,250)
0 Favorites   0 Comments

Color spaces of #d41cfa

RGB 21228250
HSL0.800.960.55
HSV290°89°98°
CMYK 0.150.890.00   0.02
XYZ44.822021.729792.2743
Yxy21.72970.28220.1368
Hunter Lab46.615190.0572-84.7335
CIE-Lab53.739088.5841-69.0253

#d41cfa color RGB value is (212,28,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011100 11111010
Octal 324 34 372
Decimal 212 28 250
Hex D4 1C FA

RGB Percentages of Color #d41cfa

%43.27
%5.71
%51.02

CMYK Percentages of Color #d41cfa

%15
%89
%0
%2

Triadic Colors of #d41cfa

#d41cfa #fad41c #1cfad4

Analogous Colors of #d41cfa

#d41cfa #fa1cb1 #651cfa

Monochromatic Colors of #d41cfa

#d41cfa

Complementary Color

#d41cfa #42fa1c

#d41cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41cfa Color CSS Codes

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

#d41cfa Text Font Color

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

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


#d41cfa Background Color

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

This div background color is #d41cfa


#d41cfa Border Color

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

This div border color is #d41cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41cfa


Comments

No comments written yet.

Please login to write comment.