Color Hex Logo

#d716fd Color Hex

#D716FD
(215,22,253)
0 Favorites   0 Comments

Color spaces of #d716fd

RGB 21522253
HSL0.810.980.54
HSV290°91°99°
CMYK 0.150.910.00   0.01
XYZ46.040922.112794.7701
Yxy22.11270.28260.1357
Hunter Lab47.024192.4754-86.5732
CIE-Lab54.146490.3246-70.0142

#d716fd color RGB value is (215,22,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010110 11111101
Octal 327 26 375
Decimal 215 22 253
Hex D7 16 FD

RGB Percentages of Color #d716fd

%43.88
%4.49
%51.63

CMYK Percentages of Color #d716fd

%15
%91
%0
%1

Triadic Colors of #d716fd

#d716fd #fdd716 #16fdd7

Analogous Colors of #d716fd

#d716fd #fd16b0 #6316fd

Monochromatic Colors of #d716fd

#d716fd

Complementary Color

#d716fd #3cfd16

#d716fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d716fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d716fd Color CSS Codes

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

#d716fd Text Font Color

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

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


#d716fd Background Color

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

This div background color is #d716fd


#d716fd Border Color

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

This div border color is #d716fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d716fd


Comments

No comments written yet.

Please login to write comment.