Color Hex Logo

#d401fb Color Hex

#D401FB
(212,1,251)
0 Favorites   0 Comments

Color spaces of #d401fb

RGB 2121251
HSL0.810.990.49
HSV291°100°98°
CMYK 0.161.000.00   0.02
XYZ44.574820.983892.9677
Yxy20.98380.28120.1324
Hunter Lab45.808193.5302-88.2637
CIE-Lab52.931891.3469-70.8900

#d401fb color RGB value is (212,1,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000001 11111011
Octal 324 1 373
Decimal 212 1 251
Hex D4 1 FB

RGB Percentages of Color #d401fb

%45.69
%0.22
%54.09

CMYK Percentages of Color #d401fb

%16
%100
%0
%2

Triadic Colors of #d401fb

#d401fb #fbd401 #01fbd4

Analogous Colors of #d401fb

#d401fb #fb01a5 #5701fb

Monochromatic Colors of #d401fb

#d401fb

Complementary Color

#d401fb #28fb01

#d401fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d401fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d401fb Color CSS Codes

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

#d401fb Text Font Color

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

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


#d401fb Background Color

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

This div background color is #d401fb


#d401fb Border Color

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

This div border color is #d401fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d401fb

Related Colors


Comments

No comments written yet.

Please login to write comment.