Color Hex Logo

#b568eb Color Hex

#B568EB
(181,104,235)
0 Favorites   0 Comments

Color spaces of #b568eb

RGB 181104235
HSL0.760.770.66
HSV275°56°92°
CMYK 0.230.560.00   0.08
XYZ39.001825.722581.5066
Yxy25.72250.26670.1759
Hunter Lab50.717448.5117-59.7813
CIE-Lab57.772753.5655-54.4022

#b568eb color RGB value is (181,104,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101000 11101011
Octal 265 150 353
Decimal 181 104 235
Hex B5 68 EB

RGB Percentages of Color #b568eb

%34.81
%20.00
%45.19

CMYK Percentages of Color #b568eb

%23
%56
%0
%8

Triadic Colors of #b568eb

#b568eb #ebb568 #68ebb5

Analogous Colors of #b568eb

#b568eb #eb68e0 #7468eb

Monochromatic Colors of #b568eb

#b568eb

Complementary Color

#b568eb #9eeb68

#b568eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b568eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b568eb Color CSS Codes

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

#b568eb Text Font Color

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

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


#b568eb Background Color

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

This div background color is #b568eb


#b568eb Border Color

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

This div border color is #b568eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b568eb


Comments

No comments written yet.

Please login to write comment.