Color Hex Logo

#d420fc Color Hex

#D420FC
(212,32,252)
0 Favorites   0 Comments

Color spaces of #d420fc

RGB 21232252
HSL0.800.970.56
HSV289°87°99°
CMYK 0.160.870.00   0.01
XYZ45.238622.058393.9688
Yxy22.05830.28050.1368
Hunter Lab46.966389.7429-85.7494
CIE-Lab54.088888.2785-69.5737

#d420fc color RGB value is (212,32,252).

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

The process color (four color CMYK) of #d420fc color hex is 0.16, 0.87, 0.00, 0.01. Web safe color of #d420fc is #cc33ff. Color #d420fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100000 11111100
Octal 324 40 374
Decimal 212 32 252
Hex D4 20 FC

RGB Percentages of Color #d420fc

%42.74
%6.45
%50.81

CMYK Percentages of Color #d420fc

%16
%87
%0
%1

Triadic Colors of #d420fc

#d420fc #fcd420 #20fcd4

Analogous Colors of #d420fc

#d420fc #fc20b6 #6620fc

Monochromatic Colors of #d420fc

#d420fc

Complementary Color

#d420fc #48fc20

#d420fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d420fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d420fc Color CSS Codes

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

#d420fc Text Font Color

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

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


#d420fc Background Color

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

This div background color is #d420fc


#d420fc Border Color

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

This div border color is #d420fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d420fc


Comments

No comments written yet.

Please login to write comment.