Color Hex Logo

#b131be Color Hex

#B131BE
(177,49,190)
0 Favorites   0 Comments

Color spaces of #b131be

RGB 17749190
HSL0.820.590.47
HSV294°74°75°
CMYK 0.070.740.00   0.25
XYZ28.524015.261450.1576
Yxy15.26140.30360.1625
Hunter Lab39.065861.9669-48.7778
CIE-Lab45.990267.5562-47.5826

#b131be color RGB value is (177,49,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110001 10111110
Octal 261 61 276
Decimal 177 49 190
Hex B1 31 BE

RGB Percentages of Color #b131be

%42.55
%11.78
%45.67

CMYK Percentages of Color #b131be

%7
%74
%0
%25

Triadic Colors of #b131be

#b131be #beb131 #31beb1

Analogous Colors of #b131be

#b131be #be3185 #6b31be

Monochromatic Colors of #b131be

#b131be

Complementary Color

#b131be #3ebe31

#b131be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b131be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b131be Color CSS Codes

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

#b131be Text Font Color

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

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


#b131be Background Color

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

This div background color is #b131be


#b131be Border Color

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

This div border color is #b131be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b131be


Comments

No comments written yet.

Please login to write comment.