Color Hex Logo

#b566eb Color Hex

#B566EB
(181,102,235)
0 Favorites   0 Comments

Color spaces of #b566eb

RGB 181102235
HSL0.770.770.66
HSV276°57°92°
CMYK 0.230.570.00   0.08
XYZ38.802825.324781.4403
Yxy25.32470.26660.1740
Hunter Lab50.323749.5687-60.7243
CIE-Lab57.390454.5802-55.0121

#b566eb color RGB value is (181,102,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100110 11101011
Octal 265 146 353
Decimal 181 102 235
Hex B5 66 EB

RGB Percentages of Color #b566eb

%34.94
%19.69
%45.37

CMYK Percentages of Color #b566eb

%23
%57
%0
%8

Triadic Colors of #b566eb

#b566eb #ebb566 #66ebb5

Analogous Colors of #b566eb

#b566eb #eb66df #7366eb

Monochromatic Colors of #b566eb

#b566eb

Complementary Color

#b566eb #9ceb66

#b566eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b566eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b566eb Color CSS Codes

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

#b566eb Text Font Color

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

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


#b566eb Background Color

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

This div background color is #b566eb


#b566eb Border Color

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

This div border color is #b566eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b566eb


Comments

No comments written yet.

Please login to write comment.