Color Hex Logo

#b53bee Color Hex

#B53BEE
(181,59,238)
0 Favorites   0 Comments

Color spaces of #b53bee

RGB 18159238
HSL0.780.840.58
HSV281°75°93°
CMYK 0.240.750.00   0.07
XYZ36.052619.124782.6802
Yxy19.12470.26150.1387
Hunter Lab43.731870.6252-81.4826
CIE-Lab50.832873.8672-67.2350

#b53bee color RGB value is (181,59,238).

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

The process color (four color CMYK) of #b53bee color hex is 0.24, 0.75, 0.00, 0.07. Web safe color of #b53bee is #cc33ff. Color #b53bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111011 11101110
Octal 265 73 356
Decimal 181 59 238
Hex B5 3B EE

RGB Percentages of Color #b53bee

%37.87
%12.34
%49.79

CMYK Percentages of Color #b53bee

%24
%75
%0
%7

Triadic Colors of #b53bee

#b53bee #eeb53b #3beeb5

Analogous Colors of #b53bee

#b53bee #ee3bce #5b3bee

Monochromatic Colors of #b53bee

#b53bee

Complementary Color

#b53bee #74ee3b

#b53bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53bee Color CSS Codes

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

#b53bee Text Font Color

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

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


#b53bee Background Color

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

This div background color is #b53bee


#b53bee Border Color

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

This div border color is #b53bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53bee


Comments

No comments written yet.

Please login to write comment.