Color Hex Logo

#d412fa Color Hex

#D412FA
(212,18,250)
0 Favorites   0 Comments

Color spaces of #d412fa

RGB 21218250
HSL0.810.960.53
HSV290°93°98°
CMYK 0.150.930.00   0.02
XYZ44.623021.331892.2080
Yxy21.33180.28210.1349
Hunter Lab46.186491.6318-86.0381
CIE-Lab53.310789.8534-69.7184

#d412fa color RGB value is (212,18,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010010 11111010
Octal 324 22 372
Decimal 212 18 250
Hex D4 12 FA

RGB Percentages of Color #d412fa

%44.17
%3.75
%52.08

CMYK Percentages of Color #d412fa

%15
%93
%0
%2

Triadic Colors of #d412fa

#d412fa #fad412 #12fad4

Analogous Colors of #d412fa

#d412fa #fa12ac #6012fa

Monochromatic Colors of #d412fa

#d412fa

Complementary Color

#d412fa #38fa12

#d412fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d412fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d412fa Color CSS Codes

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

#d412fa Text Font Color

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

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


#d412fa Background Color

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

This div background color is #d412fa


#d412fa Border Color

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

This div border color is #d412fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d412fa


Comments

No comments written yet.

Please login to write comment.