Color Hex Logo

#d819fb Color Hex

#D819FB
(216,25,251)
0 Favorites   0 Comments

Color spaces of #d819fb

RGB 21625251
HSL0.810.970.54
HSV291°90°98°
CMYK 0.140.900.00   0.02
XYZ46.079122.259293.1346
Yxy22.25920.28540.1379
Hunter Lab47.179791.7717-84.0152
CIE-Lab54.300989.7670-68.6428

#d819fb color RGB value is (216,25,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011001 11111011
Octal 330 31 373
Decimal 216 25 251
Hex D8 19 FB

RGB Percentages of Color #d819fb

%43.90
%5.08
%51.02

CMYK Percentages of Color #d819fb

%14
%90
%0
%2

Triadic Colors of #d819fb

#d819fb #fbd819 #19fbd8

Analogous Colors of #d819fb

#d819fb #fb19ad #6719fb

Monochromatic Colors of #d819fb

#d819fb

Complementary Color

#d819fb #3cfb19

#d819fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d819fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d819fb Color CSS Codes

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

#d819fb Text Font Color

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

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


#d819fb Background Color

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

This div background color is #d819fb


#d819fb Border Color

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

This div border color is #d819fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d819fb

Related Colors


Comments

No comments written yet.

Please login to write comment.