Color Hex Logo

#b657eb Color Hex

#B657EB
(182,87,235)
0 Favorites   0 Comments

Color spaces of #b657eb

RGB 18287235
HSL0.770.790.63
HSV279°63°92°
CMYK 0.230.630.00   0.08
XYZ37.695022.759681.0036
Yxy22.75960.26650.1609
Hunter Lab47.707057.5519-67.2759
CIE-Lab54.823862.0791-59.1121

#b657eb color RGB value is (182,87,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010111 11101011
Octal 266 127 353
Decimal 182 87 235
Hex B6 57 EB

RGB Percentages of Color #b657eb

%36.11
%17.26
%46.63

CMYK Percentages of Color #b657eb

%23
%63
%0
%8

Triadic Colors of #b657eb

#b657eb #ebb657 #57ebb6

Analogous Colors of #b657eb

#b657eb #eb57d6 #6c57eb

Monochromatic Colors of #b657eb

#b657eb

Complementary Color

#b657eb #8ceb57

#b657eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b657eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b657eb Color CSS Codes

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

#b657eb Text Font Color

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

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


#b657eb Background Color

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

This div background color is #b657eb


#b657eb Border Color

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

This div border color is #b657eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b657eb


Comments

No comments written yet.

Please login to write comment.