Color Hex Logo

#d441fa Color Hex

#D441FA
(212,65,250)
0 Favorites   0 Comments

Color spaces of #d441fa

RGB 21265250
HSL0.800.950.62
HSV288°74°98°
CMYK 0.150.740.00   0.02
XYZ46.297024.679892.7660
Yxy24.67980.28270.1507
Hunter Lab49.678879.4112-75.9381
CIE-Lab56.762179.7767-64.1487

#d441fa color RGB value is (212,65,250).

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

The process color (four color CMYK) of #d441fa color hex is 0.15, 0.74, 0.00, 0.02. Web safe color of #d441fa is #cc33ff. Color #d441fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000001 11111010
Octal 324 101 372
Decimal 212 65 250
Hex D4 41 FA

RGB Percentages of Color #d441fa

%40.23
%12.33
%47.44

CMYK Percentages of Color #d441fa

%15
%74
%0
%2

Triadic Colors of #d441fa

#d441fa #fad441 #41fad4

Analogous Colors of #d441fa

#d441fa #fa41c4 #7841fa

Monochromatic Colors of #d441fa

#d441fa

Complementary Color

#d441fa #67fa41

#d441fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d441fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d441fa Color CSS Codes

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

#d441fa Text Font Color

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

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


#d441fa Background Color

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

This div background color is #d441fa


#d441fa Border Color

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

This div border color is #d441fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d441fa


Comments

No comments written yet.

Please login to write comment.