Color Hex Logo

#d40afa Color Hex

#D40AFA
(212,10,250)
0 Favorites   0 Comments

Color spaces of #d40afa

RGB 21210250
HSL0.810.960.51
HSV291°96°98°
CMYK 0.150.960.00   0.02
XYZ44.515221.116392.1721
Yxy21.11630.28210.1338
Hunter Lab45.952592.5001-86.7580
CIE-Lab53.076590.5496-70.0976

#d40afa color RGB value is (212,10,250).

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

The process color (four color CMYK) of #d40afa color hex is 0.15, 0.96, 0.00, 0.02. Web safe color of #d40afa is #cc00ff. Color #d40afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00001010 11111010
Octal 324 12 372
Decimal 212 10 250
Hex D4 A FA

RGB Percentages of Color #d40afa

%44.92
%2.12
%52.97

CMYK Percentages of Color #d40afa

%15
%96
%0
%2

Triadic Colors of #d40afa

#d40afa #fad40a #0afad4

Analogous Colors of #d40afa

#d40afa #fa0aa8 #5c0afa

Monochromatic Colors of #d40afa

#d40afa

Complementary Color

#d40afa #30fa0a

#d40afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d40afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d40afa Color CSS Codes

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

#d40afa Text Font Color

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

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


#d40afa Background Color

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

This div background color is #d40afa


#d40afa Border Color

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

This div border color is #d40afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d40afa


Comments

No comments written yet.

Please login to write comment.