Color Hex Logo

#b466eb Color Hex

#B466EB
(180,102,235)
0 Favorites   0 Comments

Color spaces of #b466eb

RGB 180102235
HSL0.760.770.66
HSV275°57°92°
CMYK 0.230.570.00   0.08
XYZ38.569225.204281.4293
Yxy25.20420.26560.1736
Hunter Lab50.203849.2765-61.0243
CIE-Lab57.273854.3369-55.2049

#b466eb color RGB value is (180,102,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100110 11101011
Octal 264 146 353
Decimal 180 102 235
Hex B4 66 EB

RGB Percentages of Color #b466eb

%34.82
%19.73
%45.45

CMYK Percentages of Color #b466eb

%23
%57
%0
%8

Triadic Colors of #b466eb

#b466eb #ebb466 #66ebb4

Analogous Colors of #b466eb

#b466eb #eb66e0 #7266eb

Monochromatic Colors of #b466eb

#b466eb

Complementary Color

#b466eb #9deb66

#b466eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b466eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b466eb Color CSS Codes

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

#b466eb Text Font Color

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

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


#b466eb Background Color

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

This div background color is #b466eb


#b466eb Border Color

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

This div border color is #b466eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b466eb


Comments

No comments written yet.

Please login to write comment.