Color Hex Logo

#b131bf Color Hex

#B131BF
(177,49,191)
0 Favorites   0 Comments

Color spaces of #b131bf

RGB 17749191
HSL0.820.590.47
HSV294°74°75°
CMYK 0.070.740.00   0.25
XYZ28.633715.305350.7353
Yxy15.30530.30240.1617
Hunter Lab39.122062.1821-49.5048
CIE-Lab46.049567.7289-48.0710

#b131bf color RGB value is (177,49,191).

#b131bf hex color red value is 177, green value is 49 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b131bf hue: 0.82 , saturation: 0.59 and the lightness value of b131bf is 0.47.

The process color (four color CMYK) of #b131bf color hex is 0.07, 0.74, 0.00, 0.25. Web safe color of #b131bf is #9933cc. Color #b131bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110001 10111111
Octal 261 61 277
Decimal 177 49 191
Hex B1 31 BF

RGB Percentages of Color #b131bf

%42.45
%11.75
%45.80

CMYK Percentages of Color #b131bf

%7
%74
%0
%25

Triadic Colors of #b131bf

#b131bf #bfb131 #31bfb1

Analogous Colors of #b131bf

#b131bf #bf3186 #6a31bf

Monochromatic Colors of #b131bf

#b131bf

Complementary Color

#b131bf #3fbf31

#b131bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b131bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b131bf Color CSS Codes

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

#b131bf Text Font Color

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

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


#b131bf Background Color

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

This div background color is #b131bf


#b131bf Border Color

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

This div border color is #b131bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,49,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b131bf


Comments

No comments written yet.

Please login to write comment.