Color Hex Logo

#b71ffb Color Hex

#B71FFB
(183,31,251)
0 Favorites   0 Comments

Color spaces of #b71ffb

RGB 18331251
HSL0.780.960.55
HSV281°88°98°
CMYK 0.270.880.00   0.02
XYZ37.431018.012392.7707
Yxy18.01230.25250.1215
Hunter Lab42.440983.1575-99.8922
CIE-Lab49.511084.1196-76.6537

#b71ffb color RGB value is (183,31,251).

#b71ffb hex color red value is 183, green value is 31 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b71ffb hue: 0.78 , saturation: 0.96 and the lightness value of b71ffb is 0.55.

The process color (four color CMYK) of #b71ffb color hex is 0.27, 0.88, 0.00, 0.02. Web safe color of #b71ffb is #cc33ff. Color #b71ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011111 11111011
Octal 267 37 373
Decimal 183 31 251
Hex B7 1F FB

RGB Percentages of Color #b71ffb

%39.35
%6.67
%53.98

CMYK Percentages of Color #b71ffb

%27
%88
%0
%2

Triadic Colors of #b71ffb

#b71ffb #fbb71f #1ffbb7

Analogous Colors of #b71ffb

#b71ffb #fb1fd1 #491ffb

Monochromatic Colors of #b71ffb

#b71ffb

Complementary Color

#b71ffb #63fb1f

#b71ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71ffb Color CSS Codes

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

#b71ffb Text Font Color

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

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


#b71ffb Background Color

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

This div background color is #b71ffb


#b71ffb Border Color

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

This div border color is #b71ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.