Color Hex Logo

#b456eb Color Hex

#B456EB
(180,86,235)
0 Favorites   0 Comments

Color spaces of #b456eb

RGB 18086235
HSL0.770.790.63
HSV278°63°92°
CMYK 0.230.630.00   0.08
XYZ37.145622.357080.9548
Yxy22.35700.26450.1592
Hunter Lab47.283257.4837-68.4137
CIE-Lab54.403862.0964-59.8000

#b456eb color RGB value is (180,86,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010110 11101011
Octal 264 126 353
Decimal 180 86 235
Hex B4 56 EB

RGB Percentages of Color #b456eb

%35.93
%17.17
%46.91

CMYK Percentages of Color #b456eb

%23
%63
%0
%8

Triadic Colors of #b456eb

#b456eb #ebb456 #56ebb4

Analogous Colors of #b456eb

#b456eb #eb56d8 #6a56eb

Monochromatic Colors of #b456eb

#b456eb

Complementary Color

#b456eb #8deb56

#b456eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b456eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b456eb Color CSS Codes

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

#b456eb Text Font Color

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

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


#b456eb Background Color

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

This div background color is #b456eb


#b456eb Border Color

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

This div border color is #b456eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b456eb


Comments

No comments written yet.

Please login to write comment.