Color Hex Logo

#d516fb Color Hex

#D516FB
(213,22,251)
0 Favorites   0 Comments

Color spaces of #d516fb

RGB 21322251
HSL0.810.970.54
HSV290°91°98°
CMYK 0.150.910.00   0.02
XYZ45.140121.685093.0733
Yxy21.68500.28230.1356
Hunter Lab46.567291.5373-85.9053
CIE-Lab53.691289.7089-69.6525

#d516fb color RGB value is (213,22,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010110 11111011
Octal 325 26 373
Decimal 213 22 251
Hex D5 16 FB

RGB Percentages of Color #d516fb

%43.83
%4.53
%51.65

CMYK Percentages of Color #d516fb

%15
%91
%0
%2

Triadic Colors of #d516fb

#d516fb #fbd516 #16fbd5

Analogous Colors of #d516fb

#d516fb #fb16af #6316fb

Monochromatic Colors of #d516fb

#d516fb

Complementary Color

#d516fb #3cfb16

#d516fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d516fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d516fb Color CSS Codes

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

#d516fb Text Font Color

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

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


#d516fb Background Color

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

This div background color is #d516fb


#d516fb Border Color

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

This div border color is #d516fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d516fb


Comments

No comments written yet.

Please login to write comment.