Color Hex Logo

#b15bec Color Hex

#B15BEC
(177,91,236)
0 Favorites   0 Comments

Color spaces of #b15bec

RGB 17791236
HSL0.770.790.64
HSV276°61°93°
CMYK 0.250.610.00   0.07
XYZ37.012922.885481.8234
Yxy22.88540.26120.1615
Hunter Lab47.838754.3881-67.9227
CIE-Lab54.954159.2884-59.4969

#b15bec color RGB value is (177,91,236).

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

The process color (four color CMYK) of #b15bec color hex is 0.25, 0.61, 0.00, 0.07. Web safe color of #b15bec is #9966ff. Color #b15bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011011 11101100
Octal 261 133 354
Decimal 177 91 236
Hex B1 5B EC

RGB Percentages of Color #b15bec

%35.12
%18.06
%46.83

CMYK Percentages of Color #b15bec

%25
%61
%0
%7

Triadic Colors of #b15bec

#b15bec #ecb15b #5becb1

Analogous Colors of #b15bec

#b15bec #ec5bdf #695bec

Monochromatic Colors of #b15bec

#b15bec

Complementary Color

#b15bec #96ec5b

#b15bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15bec Color CSS Codes

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

#b15bec Text Font Color

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

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


#b15bec Background Color

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

This div background color is #b15bec


#b15bec Border Color

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

This div border color is #b15bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15bec


Comments

No comments written yet.

Please login to write comment.