Color Hex Logo

#d441fc Color Hex

#D441FC
(212,65,252)
0 Favorites   0 Comments

Color spaces of #d441fc

RGB 21265252
HSL0.800.970.62
HSV287°74°99°
CMYK 0.160.740.00   0.01
XYZ46.612424.805994.4267
Yxy24.80590.28110.1496
Hunter Lab49.805579.8964-77.5445
CIE-Lab56.885880.1348-65.0601

#d441fc color RGB value is (212,65,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000001 11111100
Octal 324 101 374
Decimal 212 65 252
Hex D4 41 FC

RGB Percentages of Color #d441fc

%40.08
%12.29
%47.64

CMYK Percentages of Color #d441fc

%16
%74
%0
%1

Triadic Colors of #d441fc

#d441fc #fcd441 #41fcd4

Analogous Colors of #d441fc

#d441fc #fc41c7 #7741fc

Monochromatic Colors of #d441fc

#d441fc

Complementary Color

#d441fc #69fc41

#d441fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d441fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d441fc Color CSS Codes

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

#d441fc Text Font Color

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

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


#d441fc Background Color

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

This div background color is #d441fc


#d441fc Border Color

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

This div border color is #d441fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d441fc

Related Colors


Comments

No comments written yet.

Please login to write comment.