Color Hex Logo

#b53bb5 Color Hex

#B53BB5
(181,59,181)
0 Favorites   0 Comments

Color spaces of #b53bb5

RGB 18159181
HSL0.830.510.47
HSV300°67°71°
CMYK 0.000.670.00   0.29
XYZ28.960516.287945.3335
Yxy16.28790.31970.1798
Hunter Lab40.358357.4620-38.3483
CIE-Lab47.350063.3940-40.1183

#b53bb5 color RGB value is (181,59,181).

#b53bb5 hex color red value is 181, green value is 59 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #b53bb5 hue: 0.83 , saturation: 0.51 and the lightness value of b53bb5 is 0.47.

The process color (four color CMYK) of #b53bb5 color hex is 0.00, 0.67, 0.00, 0.29. Web safe color of #b53bb5 is #cc33cc. Color #b53bb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111011 10110101
Octal 265 73 265
Decimal 181 59 181
Hex B5 3B B5

RGB Percentages of Color #b53bb5

%42.99
%14.01
%42.99

CMYK Percentages of Color #b53bb5

%0
%67
%0
%29

Triadic Colors of #b53bb5

#b53bb5 #b5b53b #3bb5b5

Analogous Colors of #b53bb5

#b53bb5 #b53b78 #783bb5

Monochromatic Colors of #b53bb5

#b53bb5

Complementary Color

#b53bb5 #3bb53b

#b53bb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53bb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53bb5 Color CSS Codes

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

#b53bb5 Text Font Color

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

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


#b53bb5 Background Color

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

This div background color is #b53bb5


#b53bb5 Border Color

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

This div border color is #b53bb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53bb5


Comments

No comments written yet.

Please login to write comment.