Color Hex Logo

#b31bde Color Hex

#B31BDE
(179,27,222)
0 Favorites   0 Comments

Color spaces of #b31bde

RGB 17927222
HSL0.800.780.49
HSV287°88°87°
CMYK 0.190.880.00   0.13
XYZ32.167215.641570.4310
Yxy15.64150.27210.1323
Hunter Lab39.549375.9705-77.9014
CIE-Lab46.500679.0411-65.2079

#b31bde color RGB value is (179,27,222).

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

The process color (four color CMYK) of #b31bde color hex is 0.19, 0.88, 0.00, 0.13. Web safe color of #b31bde is #cc33cc. Color #b31bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011011 11011110
Octal 263 33 336
Decimal 179 27 222
Hex B3 1B DE

RGB Percentages of Color #b31bde

%41.82
%6.31
%51.87

CMYK Percentages of Color #b31bde

%19
%88
%0
%13

Triadic Colors of #b31bde

#b31bde #deb31b #1bdeb3

Analogous Colors of #b31bde

#b31bde #de1ba8 #521bde

Monochromatic Colors of #b31bde

#b31bde

Complementary Color

#b31bde #46de1b

#b31bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31bde Color CSS Codes

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

#b31bde Text Font Color

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

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


#b31bde Background Color

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

This div background color is #b31bde


#b31bde Border Color

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

This div border color is #b31bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31bde


Comments

No comments written yet.

Please login to write comment.