Color Hex Logo

#b153eb Color Hex

#B153EB
(177,83,235)
0 Favorites   0 Comments

Color spaces of #b153eb

RGB 17783235
HSL0.770.790.62
HSV277°65°92°
CMYK 0.250.650.00   0.08
XYZ36.220121.531880.8443
Yxy21.53180.26130.1554
Hunter Lab46.402458.1268-70.8160
CIE-Lab53.526762.8153-61.2298

#b153eb color RGB value is (177,83,235).

#b153eb hex color red value is 177, green value is 83 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b153eb hue: 0.77 , saturation: 0.79 and the lightness value of b153eb is 0.62.

The process color (four color CMYK) of #b153eb color hex is 0.25, 0.65, 0.00, 0.08. Web safe color of #b153eb is #9966ff. Color #b153eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010011 11101011
Octal 261 123 353
Decimal 177 83 235
Hex B1 53 EB

RGB Percentages of Color #b153eb

%35.76
%16.77
%47.47

CMYK Percentages of Color #b153eb

%25
%65
%0
%8

Triadic Colors of #b153eb

#b153eb #ebb153 #53ebb1

Analogous Colors of #b153eb

#b153eb #eb53d9 #6553eb

Monochromatic Colors of #b153eb

#b153eb

Complementary Color

#b153eb #8deb53

#b153eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b153eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b153eb Color CSS Codes

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

#b153eb Text Font Color

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

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


#b153eb Background Color

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

This div background color is #b153eb


#b153eb Border Color

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

This div border color is #b153eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,83,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b153eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b153eb;
  -webkit-box-shadow: 1px 1px 3px 2px #b153eb;
  box-shadow:         1px 1px 3px 2px #b153eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b153eb


Comments

No comments written yet.

Please login to write comment.