Color Hex Logo

#d43dfa Color Hex

#D43DFA
(212,61,250)
0 Favorites   0 Comments

Color spaces of #d43dfa

RGB 21261250
HSL0.800.950.61
HSV288°76°98°
CMYK 0.150.760.00   0.02
XYZ46.075424.236792.6922
Yxy24.23670.28270.1487
Hunter Lab49.230880.9054-77.1702
CIE-Lab56.324081.0364-64.8537

#d43dfa color RGB value is (212,61,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111101 11111010
Octal 324 75 372
Decimal 212 61 250
Hex D4 3D FA

RGB Percentages of Color #d43dfa

%40.54
%11.66
%47.80

CMYK Percentages of Color #d43dfa

%15
%76
%0
%2

Triadic Colors of #d43dfa

#d43dfa #fad43d #3dfad4

Analogous Colors of #d43dfa

#d43dfa #fa3dc2 #763dfa

Monochromatic Colors of #d43dfa

#d43dfa

Complementary Color

#d43dfa #63fa3d

#d43dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43dfa Color CSS Codes

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

#d43dfa Text Font Color

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

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


#d43dfa Background Color

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

This div background color is #d43dfa


#d43dfa Border Color

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

This div border color is #d43dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43dfa


Comments

No comments written yet.

Please login to write comment.