Color Hex Logo

#d406fb Color Hex

#D406FB
(212,6,251)
0 Favorites   0 Comments

Color spaces of #d406fb

RGB 2126251
HSL0.810.970.50
HSV290°98°98°
CMYK 0.160.980.00   0.02
XYZ44.629121.092392.9858
Yxy21.09230.28120.1329
Hunter Lab45.926493.0869-87.8944
CIE-Lab53.050490.9934-70.6978

#d406fb color RGB value is (212,6,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000110 11111011
Octal 324 6 373
Decimal 212 6 251
Hex D4 6 FB

RGB Percentages of Color #d406fb

%45.20
%1.28
%53.52

CMYK Percentages of Color #d406fb

%16
%98
%0
%2

Triadic Colors of #d406fb

#d406fb #fbd406 #06fbd4

Analogous Colors of #d406fb

#d406fb #fb06a8 #5906fb

Monochromatic Colors of #d406fb

#d406fb

Complementary Color

#d406fb #2dfb06

#d406fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d406fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d406fb Color CSS Codes

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

#d406fb Text Font Color

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

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


#d406fb Background Color

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

This div background color is #d406fb


#d406fb Border Color

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

This div border color is #d406fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d406fb

Related Colors


Comments

No comments written yet.

Please login to write comment.