Color Hex Logo

#d301fa Color Hex

#D301FA
(211,1,250)
0 Favorites   0 Comments

Color spaces of #d301fa

RGB 2111250
HSL0.810.990.49
HSV291°100°98°
CMYK 0.161.000.00   0.02
XYZ44.130120.772792.1261
Yxy20.77270.28100.1323
Hunter Lab45.577193.0731-87.9404
CIE-Lab52.699891.0505-70.7156

#d301fa color RGB value is (211,1,250).

#d301fa hex color red value is 211, green value is 1 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d301fa hue: 0.81 , saturation: 0.99 and the lightness value of d301fa is 0.49.

The process color (four color CMYK) of #d301fa color hex is 0.16, 1.00, 0.00, 0.02. Web safe color of #d301fa is #cc00ff. Color #d301fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000001 11111010
Octal 323 1 372
Decimal 211 1 250
Hex D3 1 FA

RGB Percentages of Color #d301fa

%45.67
%0.22
%54.11

CMYK Percentages of Color #d301fa

%16
%100
%0
%2

Triadic Colors of #d301fa

#d301fa #fad301 #01fad3

Analogous Colors of #d301fa

#d301fa #fa01a5 #5701fa

Monochromatic Colors of #d301fa

#d301fa

Complementary Color

#d301fa #28fa01

#d301fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d301fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d301fa Color CSS Codes

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

#d301fa Text Font Color

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

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


#d301fa Background Color

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

This div background color is #d301fa


#d301fa Border Color

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

This div border color is #d301fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d301fa


Comments

No comments written yet.

Please login to write comment.