Color Hex Logo

#b01bee Color Hex

#B01BEE
(176,27,238)
0 Favorites   0 Comments

Color spaces of #b01bee

RGB 17627238
HSL0.780.860.52
HSV282°89°93°
CMYK 0.260.890.00   0.07
XYZ33.729016.187082.2356
Yxy16.18700.25520.1225
Hunter Lab40.233179.2358-93.0244
CIE-Lab47.218981.4954-73.1383

#b01bee color RGB value is (176,27,238).

#b01bee hex color red value is 176, green value is 27 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b01bee hue: 0.78 , saturation: 0.86 and the lightness value of b01bee is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011011 11101110
Octal 260 33 356
Decimal 176 27 238
Hex B0 1B EE

RGB Percentages of Color #b01bee

%39.91
%6.12
%53.97

CMYK Percentages of Color #b01bee

%26
%89
%0
%7

Triadic Colors of #b01bee

#b01bee #eeb01b #1beeb0

Analogous Colors of #b01bee

#b01bee #ee1bc3 #471bee

Monochromatic Colors of #b01bee

#b01bee

Complementary Color

#b01bee #59ee1b

#b01bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01bee Color CSS Codes

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

#b01bee Text Font Color

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

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


#b01bee Background Color

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

This div background color is #b01bee


#b01bee Border Color

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

This div border color is #b01bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,27,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 #b01bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01bee


Comments

No comments written yet.

Please login to write comment.