Color Hex Logo

#d412fc Color Hex

#D412FC
(212,18,252)
0 Favorites   0 Comments

Color spaces of #d412fc

RGB 21218252
HSL0.800.980.53
HSV290°93°99°
CMYK 0.160.930.00   0.01
XYZ44.938421.457993.8687
Yxy21.45790.28040.1339
Hunter Lab46.322792.1012-87.7199
CIE-Lab53.447090.1793-70.6126

#d412fc color RGB value is (212,18,252).

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

The process color (four color CMYK) of #d412fc color hex is 0.16, 0.93, 0.00, 0.01. Web safe color of #d412fc is #cc00ff. Color #d412fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010010 11111100
Octal 324 22 374
Decimal 212 18 252
Hex D4 12 FC

RGB Percentages of Color #d412fc

%43.98
%3.73
%52.28

CMYK Percentages of Color #d412fc

%16
%93
%0
%1

Triadic Colors of #d412fc

#d412fc #fcd412 #12fcd4

Analogous Colors of #d412fc

#d412fc #fc12af #5f12fc

Monochromatic Colors of #d412fc

#d412fc

Complementary Color

#d412fc #3afc12

#d412fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d412fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d412fc Color CSS Codes

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

#d412fc Text Font Color

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

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


#d412fc Background Color

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

This div background color is #d412fc


#d412fc Border Color

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

This div border color is #d412fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,18,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d412fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d412fc


Comments

No comments written yet.

Please login to write comment.