Color Hex Logo

#d306fb Color Hex

#D306FB
(211,6,251)
0 Favorites   0 Comments

Color spaces of #d306fb

RGB 2116251
HSL0.810.970.50
HSV290°98°98°
CMYK 0.160.980.00   0.02
XYZ44.341720.944292.9723
Yxy20.94420.28020.1323
Hunter Lab45.764892.8608-88.4136
CIE-Lab52.888490.8556-70.9679

#d306fb color RGB value is (211,6,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000110 11111011
Octal 323 6 373
Decimal 211 6 251
Hex D3 6 FB

RGB Percentages of Color #d306fb

%45.09
%1.28
%53.63

CMYK Percentages of Color #d306fb

%16
%98
%0
%2

Triadic Colors of #d306fb

#d306fb #fbd306 #06fbd3

Analogous Colors of #d306fb

#d306fb #fb06a9 #5806fb

Monochromatic Colors of #d306fb

#d306fb

Complementary Color

#d306fb #2efb06

#d306fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d306fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d306fb Color CSS Codes

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

#d306fb Text Font Color

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

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


#d306fb Background Color

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

This div background color is #d306fb


#d306fb Border Color

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

This div border color is #d306fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d306fb


Comments

No comments written yet.

Please login to write comment.