Color Hex Logo

#b53fbe Color Hex

#B53FBE
(181,63,190)
0 Favorites   0 Comments

Color spaces of #b53fbe

RGB 18163190
HSL0.820.500.50
HSV296°67°75°
CMYK 0.050.670.00   0.25
XYZ30.127817.096550.4272
Yxy17.09650.30850.1751
Hunter Lab41.347957.7036-43.3655
CIE-Lab48.381463.4092-43.7360

#b53fbe color RGB value is (181,63,190).

#b53fbe hex color red value is 181, green value is 63 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b53fbe hue: 0.82 , saturation: 0.50 and the lightness value of b53fbe is 0.50.

The process color (four color CMYK) of #b53fbe color hex is 0.05, 0.67, 0.00, 0.25. Web safe color of #b53fbe is #cc33cc. Color #b53fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111111 10111110
Octal 265 77 276
Decimal 181 63 190
Hex B5 3F BE

RGB Percentages of Color #b53fbe

%41.71
%14.52
%43.78

CMYK Percentages of Color #b53fbe

%5
%67
%0
%25

Triadic Colors of #b53fbe

#b53fbe #beb53f #3fbeb5

Analogous Colors of #b53fbe

#b53fbe #be3f88 #763fbe

Monochromatic Colors of #b53fbe

#b53fbe

Complementary Color

#b53fbe #48be3f

#b53fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53fbe Color CSS Codes

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

#b53fbe Text Font Color

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

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


#b53fbe Background Color

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

This div background color is #b53fbe


#b53fbe Border Color

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

This div border color is #b53fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53fbe


Comments

No comments written yet.

Please login to write comment.