Color Hex Logo

#d811fa Color Hex

#D811FA
(216,17,250)
0 Favorites   0 Comments

Color spaces of #d811fa

RGB 21617250
HSL0.810.960.52
HSV291°93°98°
CMYK 0.140.930.00   0.02
XYZ45.774721.902092.2574
Yxy21.90200.28620.1369
Hunter Lab46.799692.6917-84.1205
CIE-Lab53.922990.5298-68.6967

#d811fa color RGB value is (216,17,250).

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

The process color (four color CMYK) of #d811fa color hex is 0.14, 0.93, 0.00, 0.02. Web safe color of #d811fa is #cc00ff. Color #d811fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010001 11111010
Octal 330 21 372
Decimal 216 17 250
Hex D8 11 FA

RGB Percentages of Color #d811fa

%44.72
%3.52
%51.76

CMYK Percentages of Color #d811fa

%14
%93
%0
%2

Triadic Colors of #d811fa

#d811fa #fad811 #11fad8

Analogous Colors of #d811fa

#d811fa #fa11a8 #6411fa

Monochromatic Colors of #d811fa

#d811fa

Complementary Color

#d811fa #33fa11

#d811fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d811fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d811fa Color CSS Codes

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

#d811fa Text Font Color

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

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


#d811fa Background Color

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

This div background color is #d811fa


#d811fa Border Color

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

This div border color is #d811fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d811fa

Related Colors


Comments

No comments written yet.

Please login to write comment.