Color Hex Logo

#d516fa Color Hex

#D516FA
(213,22,250)
0 Favorites   0 Comments

Color spaces of #d516fa

RGB 21322250
HSL0.810.960.53
HSV290°91°98°
CMYK 0.150.910.00   0.02
XYZ44.982821.622192.2451
Yxy21.62210.28320.1361
Hunter Lab46.499691.3033-85.0689
CIE-Lab53.623789.5459-69.2041

#d516fa color RGB value is (213,22,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010110 11111010
Octal 325 26 372
Decimal 213 22 250
Hex D5 16 FA

RGB Percentages of Color #d516fa

%43.92
%4.54
%51.55

CMYK Percentages of Color #d516fa

%15
%91
%0
%2

Triadic Colors of #d516fa

#d516fa #fad516 #16fad5

Analogous Colors of #d516fa

#d516fa #fa16ad #6316fa

Monochromatic Colors of #d516fa

#d516fa

Complementary Color

#d516fa #3bfa16

#d516fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d516fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d516fa Color CSS Codes

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

#d516fa Text Font Color

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

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


#d516fa Background Color

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

This div background color is #d516fa


#d516fa Border Color

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

This div border color is #d516fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,22,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d516fa


Comments

No comments written yet.

Please login to write comment.