Color Hex Logo

#d811fd Color Hex

#D811FD
(216,17,253)
0 Favorites   0 Comments

Color spaces of #d811fd

RGB 21617253
HSL0.810.980.53
HSV291°93°99°
CMYK 0.150.930.00   0.01
XYZ46.249022.091794.7550
Yxy22.09170.28360.1355
Hunter Lab47.001893.3879-86.6266
CIE-Lab54.124291.0111-70.0423

#d811fd color RGB value is (216,17,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010001 11111101
Octal 330 21 375
Decimal 216 17 253
Hex D8 11 FD

RGB Percentages of Color #d811fd

%44.44
%3.50
%52.06

CMYK Percentages of Color #d811fd

%15
%93
%0
%1

Triadic Colors of #d811fd

#d811fd #fdd811 #11fdd8

Analogous Colors of #d811fd

#d811fd #fd11ac #6211fd

Monochromatic Colors of #d811fd

#d811fd

Complementary Color

#d811fd #36fd11

#d811fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d811fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d811fd Color CSS Codes

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

#d811fd Text Font Color

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

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


#d811fd Background Color

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

This div background color is #d811fd


#d811fd Border Color

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

This div border color is #d811fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d811fd

Related Colors


Comments

No comments written yet.

Please login to write comment.