Color Hex Logo

#b757eb Color Hex

#B757EB
(183,87,235)
0 Favorites   0 Comments

Color spaces of #b757eb

RGB 18387235
HSL0.770.790.63
HSV279°63°92°
CMYK 0.220.630.00   0.08
XYZ37.932022.881881.0147
Yxy22.88180.26740.1613
Hunter Lab47.834957.8353-66.9309
CIE-Lab54.950462.3020-58.9022

#b757eb color RGB value is (183,87,235).

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

The process color (four color CMYK) of #b757eb color hex is 0.22, 0.63, 0.00, 0.08. Web safe color of #b757eb is #cc66ff. Color #b757eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010111 11101011
Octal 267 127 353
Decimal 183 87 235
Hex B7 57 EB

RGB Percentages of Color #b757eb

%36.24
%17.23
%46.53

CMYK Percentages of Color #b757eb

%22
%63
%0
%8

Triadic Colors of #b757eb

#b757eb #ebb757 #57ebb7

Analogous Colors of #b757eb

#b757eb #eb57d5 #6d57eb

Monochromatic Colors of #b757eb

#b757eb

Complementary Color

#b757eb #8beb57

#b757eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b757eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b757eb Color CSS Codes

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

#b757eb Text Font Color

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

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


#b757eb Background Color

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

This div background color is #b757eb


#b757eb Border Color

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

This div border color is #b757eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,87,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 #b757eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b757eb


Comments

No comments written yet.

Please login to write comment.