Color Hex Logo

#b01bed Color Hex

#B01BED
(176,27,237)
0 Favorites   0 Comments

Color spaces of #b01bed

RGB 17627237
HSL0.780.850.52
HSV283°89°93°
CMYK 0.260.890.00   0.07
XYZ33.582516.128481.4639
Yxy16.12840.25600.1230
Hunter Lab40.160278.9839-92.1561
CIE-Lab47.142581.3114-72.6984

#b01bed color RGB value is (176,27,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011011 11101101
Octal 260 33 355
Decimal 176 27 237
Hex B0 1B ED

RGB Percentages of Color #b01bed

%40.00
%6.14
%53.86

CMYK Percentages of Color #b01bed

%26
%89
%0
%7

Triadic Colors of #b01bed

#b01bed #edb01b #1bedb0

Analogous Colors of #b01bed

#b01bed #ed1bc1 #471bed

Monochromatic Colors of #b01bed

#b01bed

Complementary Color

#b01bed #58ed1b

#b01bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01bed Color CSS Codes

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

#b01bed Text Font Color

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

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


#b01bed Background Color

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

This div background color is #b01bed


#b01bed Border Color

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

This div border color is #b01bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,27,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01bed


Comments

No comments written yet.

Please login to write comment.