Color Hex Logo

#b53ebb Color Hex

#B53EBB
(181,62,187)
0 Favorites   0 Comments

Color spaces of #b53ebb

RGB 18162187
HSL0.830.500.49
HSV297°67°73°
CMYK 0.030.670.00   0.27
XYZ29.748316.856948.6995
Yxy16.85690.31210.1769
Hunter Lab41.057257.4836-41.5862
CIE-Lab48.079263.2742-42.4693

#b53ebb color RGB value is (181,62,187).

#b53ebb hex color red value is 181, green value is 62 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b53ebb hue: 0.83 , saturation: 0.50 and the lightness value of b53ebb is 0.49.

The process color (four color CMYK) of #b53ebb color hex is 0.03, 0.67, 0.00, 0.27. Web safe color of #b53ebb is #cc33cc. Color #b53ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111110 10111011
Octal 265 76 273
Decimal 181 62 187
Hex B5 3E BB

RGB Percentages of Color #b53ebb

%42.09
%14.42
%43.49

CMYK Percentages of Color #b53ebb

%3
%67
%0
%27

Triadic Colors of #b53ebb

#b53ebb #bbb53e #3ebbb5

Analogous Colors of #b53ebb

#b53ebb #bb3e83 #773ebb

Monochromatic Colors of #b53ebb

#b53ebb

Complementary Color

#b53ebb #44bb3e

#b53ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53ebb Color CSS Codes

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

#b53ebb Text Font Color

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

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


#b53ebb Background Color

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

This div background color is #b53ebb


#b53ebb Border Color

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

This div border color is #b53ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53ebb


Comments

No comments written yet.

Please login to write comment.