Color Hex Logo

#b13cfa Color Hex

#B13CFA
(177,60,250)
0 Favorites   0 Comments

Color spaces of #b13cfa

RGB 17760250
HSL0.770.950.61
HSV277°76°98°
CMYK 0.290.760.00   0.02
XYZ37.002619.481092.2524
Yxy19.48100.24880.1310
Hunter Lab44.137372.4057-93.0274
CIE-Lab51.245375.2408-73.3099

#b13cfa color RGB value is (177,60,250).

#b13cfa hex color red value is 177, green value is 60 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b13cfa hue: 0.77 , saturation: 0.95 and the lightness value of b13cfa is 0.61.

The process color (four color CMYK) of #b13cfa color hex is 0.29, 0.76, 0.00, 0.02. Web safe color of #b13cfa is #9933ff. Color #b13cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111100 11111010
Octal 261 74 372
Decimal 177 60 250
Hex B1 3C FA

RGB Percentages of Color #b13cfa

%36.34
%12.32
%51.33

CMYK Percentages of Color #b13cfa

%29
%76
%0
%2

Triadic Colors of #b13cfa

#b13cfa #fab13c #3cfab1

Analogous Colors of #b13cfa

#b13cfa #fa3ce4 #523cfa

Monochromatic Colors of #b13cfa

#b13cfa

Complementary Color

#b13cfa #85fa3c

#b13cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13cfa Color CSS Codes

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

#b13cfa Text Font Color

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

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


#b13cfa Background Color

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

This div background color is #b13cfa


#b13cfa Border Color

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

This div border color is #b13cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13cfa


Comments

No comments written yet.

Please login to write comment.