Color Hex Logo

#b13bea Color Hex

#B13BEA
(177,59,234)
0 Favorites   0 Comments

Color spaces of #b13bea

RGB 17759234
HSL0.780.810.57
HSV280°75°92°
CMYK 0.240.750.00   0.08
XYZ34.546718.415679.5756
Yxy18.41560.26070.1389
Hunter Lab42.913468.5999-79.9038
CIE-Lab49.996472.3613-66.3642

#b13bea color RGB value is (177,59,234).

#b13bea hex color red value is 177, green value is 59 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b13bea hue: 0.78 , saturation: 0.81 and the lightness value of b13bea is 0.57.

The process color (four color CMYK) of #b13bea color hex is 0.24, 0.75, 0.00, 0.08. Web safe color of #b13bea is #9933ff. Color #b13bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111011 11101010
Octal 261 73 352
Decimal 177 59 234
Hex B1 3B EA

RGB Percentages of Color #b13bea

%37.66
%12.55
%49.79

CMYK Percentages of Color #b13bea

%24
%75
%0
%8

Triadic Colors of #b13bea

#b13bea #eab13b #3beab1

Analogous Colors of #b13bea

#b13bea #ea3bcc #593bea

Monochromatic Colors of #b13bea

#b13bea

Complementary Color

#b13bea #74ea3b

#b13bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13bea Color CSS Codes

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

#b13bea Text Font Color

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

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


#b13bea Background Color

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

This div background color is #b13bea


#b13bea Border Color

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

This div border color is #b13bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13bea


Comments

No comments written yet.

Please login to write comment.