Color Hex Logo

#d911fb Color Hex

#D911FB
(217,17,251)
0 Favorites   0 Comments

Color spaces of #d911fb

RGB 21717251
HSL0.810.970.53
HSV291°93°98°
CMYK 0.140.930.00   0.02
XYZ46.228322.117693.0994
Yxy22.11760.28630.1370
Hunter Lab47.029493.1582-84.4501
CIE-Lab54.151690.8344-68.8765

#d911fb color RGB value is (217,17,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010001 11111011
Octal 331 21 373
Decimal 217 17 251
Hex D9 11 FB

RGB Percentages of Color #d911fb

%44.74
%3.51
%51.75

CMYK Percentages of Color #d911fb

%14
%93
%0
%2

Triadic Colors of #d911fb

#d911fb #fbd911 #11fbd9

Analogous Colors of #d911fb

#d911fb #fb11a8 #6411fb

Monochromatic Colors of #d911fb

#d911fb

Complementary Color

#d911fb #33fb11

#d911fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d911fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d911fb Color CSS Codes

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

#d911fb Text Font Color

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

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


#d911fb Background Color

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

This div background color is #d911fb


#d911fb Border Color

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

This div border color is #d911fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d911fb


Comments

No comments written yet.

Please login to write comment.