Color Hex Logo

#b31fdc Color Hex

#B31FDC
(179,31,220)
0 Favorites   0 Comments

Color spaces of #b31fdc

RGB 17931220
HSL0.800.750.49
HSV287°86°86°
CMYK 0.190.860.00   0.14
XYZ31.998715.731069.0600
Yxy15.73100.27400.1347
Hunter Lab39.662374.6008-75.4721
CIE-Lab46.619677.9188-63.8731

#b31fdc color RGB value is (179,31,220).

#b31fdc hex color red value is 179, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b31fdc hue: 0.80 , saturation: 0.75 and the lightness value of b31fdc is 0.49.

The process color (four color CMYK) of #b31fdc color hex is 0.19, 0.86, 0.00, 0.14. Web safe color of #b31fdc is #cc33cc. Color #b31fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011111 11011100
Octal 263 37 334
Decimal 179 31 220
Hex B3 1F DC

RGB Percentages of Color #b31fdc

%41.63
%7.21
%51.16

CMYK Percentages of Color #b31fdc

%19
%86
%0
%14

Triadic Colors of #b31fdc

#b31fdc #dcb31f #1fdcb3

Analogous Colors of #b31fdc

#b31fdc #dc1fa7 #551fdc

Monochromatic Colors of #b31fdc

#b31fdc

Complementary Color

#b31fdc #48dc1f

#b31fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31fdc Color CSS Codes

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

#b31fdc Text Font Color

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

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


#b31fdc Background Color

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

This div background color is #b31fdc


#b31fdc Border Color

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

This div border color is #b31fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,31,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b31fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b31fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #b31fdc;
  box-shadow:         1px 1px 3px 2px #b31fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,31,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b31fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31fdc


Comments

No comments written yet.

Please login to write comment.