Color Hex Logo

#b131da Color Hex

#B131DA
(177,49,218)
0 Favorites   0 Comments

Color spaces of #b131da

RGB 17749218
HSL0.790.700.52
HSV285°78°85°
CMYK 0.190.780.00   0.15
XYZ31.884716.605767.8544
Yxy16.60570.27410.1427
Hunter Lab40.750168.3537-70.2008
CIE-Lab47.759372.5925-60.9022

#b131da color RGB value is (177,49,218).

#b131da hex color red value is 177, green value is 49 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b131da hue: 0.79 , saturation: 0.70 and the lightness value of b131da is 0.52.

The process color (four color CMYK) of #b131da color hex is 0.19, 0.78, 0.00, 0.15. Web safe color of #b131da is #9933cc. Color #b131da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110001 11011010
Octal 261 61 332
Decimal 177 49 218
Hex B1 31 DA

RGB Percentages of Color #b131da

%39.86
%11.04
%49.10

CMYK Percentages of Color #b131da

%19
%78
%0
%15

Triadic Colors of #b131da

#b131da #dab131 #31dab1

Analogous Colors of #b131da

#b131da #da31af #5d31da

Monochromatic Colors of #b131da

#b131da

Complementary Color

#b131da #5ada31

#b131da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b131da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b131da Color CSS Codes

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

#b131da Text Font Color

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

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


#b131da Background Color

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

This div background color is #b131da


#b131da Border Color

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

This div border color is #b131da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b131da


Comments

No comments written yet.

Please login to write comment.