Color Hex Logo

#d913fb Color Hex

#D913FB
(217,19,251)
0 Favorites   0 Comments

Color spaces of #d913fb

RGB 21719251
HSL0.810.970.53
HSV291°92°98°
CMYK 0.140.920.00   0.02
XYZ46.260722.182593.1102
Yxy22.18250.28630.1373
Hunter Lab47.098392.9035-84.2436
CIE-Lab54.220190.6307-68.7656

#d913fb color RGB value is (217,19,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010011 11111011
Octal 331 23 373
Decimal 217 19 251
Hex D9 13 FB

RGB Percentages of Color #d913fb

%44.56
%3.90
%51.54

CMYK Percentages of Color #d913fb

%14
%92
%0
%2

Triadic Colors of #d913fb

#d913fb #fbd913 #13fbd9

Analogous Colors of #d913fb

#d913fb #fb13a9 #6513fb

Monochromatic Colors of #d913fb

#d913fb

Complementary Color

#d913fb #35fb13

#d913fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d913fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d913fb Color CSS Codes

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

#d913fb Text Font Color

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

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


#d913fb Background Color

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

This div background color is #d913fb


#d913fb Border Color

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

This div border color is #d913fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d913fb

Related Colors


Comments

No comments written yet.

Please login to write comment.