Color Hex Logo

#b13bee Color Hex

#B13BEE
(177,59,238)
0 Favorites   0 Comments

Color spaces of #b13bee

RGB 17759238
HSL0.780.840.58
HSV280°75°93°
CMYK 0.260.750.00   0.07
XYZ35.128018.648182.6369
Yxy18.64810.25750.1367
Hunter Lab43.183469.6316-83.2304
CIE-Lab50.272973.1595-68.1684

#b13bee color RGB value is (177,59,238).

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

The process color (four color CMYK) of #b13bee color hex is 0.26, 0.75, 0.00, 0.07. Web safe color of #b13bee is #9933ff. Color #b13bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111011 11101110
Octal 261 73 356
Decimal 177 59 238
Hex B1 3B EE

RGB Percentages of Color #b13bee

%37.34
%12.45
%50.21

CMYK Percentages of Color #b13bee

%26
%75
%0
%7

Triadic Colors of #b13bee

#b13bee #eeb13b #3beeb1

Analogous Colors of #b13bee

#b13bee #ee3bd2 #573bee

Monochromatic Colors of #b13bee

#b13bee

Complementary Color

#b13bee #78ee3b

#b13bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13bee Color CSS Codes

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

#b13bee Text Font Color

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

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


#b13bee Background Color

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

This div background color is #b13bee


#b13bee Border Color

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

This div border color is #b13bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13bee


Comments

No comments written yet.

Please login to write comment.