Color Hex Logo

#d831fb Color Hex

#D831FB
(216,49,251)
0 Favorites   0 Comments

Color spaces of #d831fb

RGB 21649251
HSL0.800.960.59
HSV290°80°98°
CMYK 0.140.800.00   0.02
XYZ46.829823.760693.3848
Yxy23.76060.28560.1449
Hunter Lab48.744886.1838-79.4657
CIE-Lab55.847385.2232-66.1465

#d831fb color RGB value is (216,49,251).

#d831fb hex color red value is 216, green value is 49 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d831fb hue: 0.80 , saturation: 0.96 and the lightness value of d831fb is 0.59.

The process color (four color CMYK) of #d831fb color hex is 0.14, 0.80, 0.00, 0.02. Web safe color of #d831fb is #cc33ff. Color #d831fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110001 11111011
Octal 330 61 373
Decimal 216 49 251
Hex D8 31 FB

RGB Percentages of Color #d831fb

%41.86
%9.50
%48.64

CMYK Percentages of Color #d831fb

%14
%80
%0
%2

Triadic Colors of #d831fb

#d831fb #fbd831 #31fbd8

Analogous Colors of #d831fb

#d831fb #fb31b9 #7331fb

Monochromatic Colors of #d831fb

#d831fb

Complementary Color

#d831fb #54fb31

#d831fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d831fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d831fb Color CSS Codes

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

#d831fb Text Font Color

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

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


#d831fb Background Color

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

This div background color is #d831fb


#d831fb Border Color

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

This div border color is #d831fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d831fb


Comments

No comments written yet.

Please login to write comment.