Color Hex Logo

#b131ec Color Hex

#B131EC
(177,49,236)
0 Favorites   0 Comments

Color spaces of #b131ec

RGB 17749236
HSL0.780.830.56
HSV281°79°93°
CMYK 0.250.790.00   0.07
XYZ34.370117.599980.9425
Yxy17.59990.25860.1324
Hunter Lab41.952272.8228-85.0274
CIE-Lab49.007276.0159-69.0953

#b131ec color RGB value is (177,49,236).

#b131ec hex color red value is 177, green value is 49 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b131ec hue: 0.78 , saturation: 0.83 and the lightness value of b131ec is 0.56.

The process color (four color CMYK) of #b131ec color hex is 0.25, 0.79, 0.00, 0.07. Web safe color of #b131ec is #9933ff. Color #b131ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110001 11101100
Octal 261 61 354
Decimal 177 49 236
Hex B1 31 EC

RGB Percentages of Color #b131ec

%38.31
%10.61
%51.08

CMYK Percentages of Color #b131ec

%25
%79
%0
%7

Triadic Colors of #b131ec

#b131ec #ecb131 #31ecb1

Analogous Colors of #b131ec

#b131ec #ec31ca #5331ec

Monochromatic Colors of #b131ec

#b131ec

Complementary Color

#b131ec #6cec31

#b131ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b131ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b131ec Color CSS Codes

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

#b131ec Text Font Color

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

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


#b131ec Background Color

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

This div background color is #b131ec


#b131ec Border Color

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

This div border color is #b131ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b131ec


Comments

No comments written yet.

Please login to write comment.