Color Hex Logo

#d616fb Color Hex

#D616FB
(214,22,251)
0 Favorites   0 Comments

Color spaces of #d616fb

RGB 21422251
HSL0.810.970.54
HSV290°91°98°
CMYK 0.150.910.00   0.02
XYZ45.431121.835093.0869
Yxy21.83500.28330.1362
Hunter Lab46.727991.7722-85.4023
CIE-Lab53.851589.8543-69.3853

#d616fb color RGB value is (214,22,251).

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

The process color (four color CMYK) of #d616fb color hex is 0.15, 0.91, 0.00, 0.02. Web safe color of #d616fb is #cc00ff. Color #d616fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010110 11111011
Octal 326 26 373
Decimal 214 22 251
Hex D6 16 FB

RGB Percentages of Color #d616fb

%43.94
%4.52
%51.54

CMYK Percentages of Color #d616fb

%15
%91
%0
%2

Triadic Colors of #d616fb

#d616fb #fbd616 #16fbd6

Analogous Colors of #d616fb

#d616fb #fb16ae #6416fb

Monochromatic Colors of #d616fb

#d616fb

Complementary Color

#d616fb #3bfb16

#d616fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d616fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d616fb Color CSS Codes

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

#d616fb Text Font Color

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

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


#d616fb Background Color

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

This div background color is #d616fb


#d616fb Border Color

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

This div border color is #d616fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d616fb


Comments

No comments written yet.

Please login to write comment.