Color Hex Logo

#b55bed Color Hex

#B55BED
(181,91,237)
0 Favorites   0 Comments

Color spaces of #b55bed

RGB 18191237
HSL0.770.800.64
HSV277°62°93°
CMYK 0.240.620.00   0.07
XYZ38.083223.420482.6341
Yxy23.42040.26420.1625
Hunter Lab48.394655.7765-67.3618
CIE-Lab55.502860.4095-59.1495

#b55bed color RGB value is (181,91,237).

#b55bed hex color red value is 181, green value is 91 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b55bed hue: 0.77 , saturation: 0.80 and the lightness value of b55bed is 0.64.

The process color (four color CMYK) of #b55bed color hex is 0.24, 0.62, 0.00, 0.07. Web safe color of #b55bed is #cc66ff. Color #b55bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011011 11101101
Octal 265 133 355
Decimal 181 91 237
Hex B5 5B ED

RGB Percentages of Color #b55bed

%35.56
%17.88
%46.56

CMYK Percentages of Color #b55bed

%24
%62
%0
%7

Triadic Colors of #b55bed

#b55bed #edb55b #5bedb5

Analogous Colors of #b55bed

#b55bed #ed5bdc #6c5bed

Monochromatic Colors of #b55bed

#b55bed

Complementary Color

#b55bed #93ed5b

#b55bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55bed Color CSS Codes

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

#b55bed Text Font Color

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

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


#b55bed Background Color

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

This div background color is #b55bed


#b55bed Border Color

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

This div border color is #b55bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55bed


Comments

No comments written yet.

Please login to write comment.