Color Hex Logo

#b567eb Color Hex

#B567EB
(181,103,235)
0 Favorites   0 Comments

Color spaces of #b567eb

RGB 181103235
HSL0.770.770.66
HSV275°56°92°
CMYK 0.230.560.00   0.08
XYZ38.901725.522481.4732
Yxy25.52240.26660.1749
Hunter Lab50.519749.0409-60.2533
CIE-Lab57.580954.0740-54.7081

#b567eb color RGB value is (181,103,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100111 11101011
Octal 265 147 353
Decimal 181 103 235
Hex B5 67 EB

RGB Percentages of Color #b567eb

%34.87
%19.85
%45.28

CMYK Percentages of Color #b567eb

%23
%56
%0
%8

Triadic Colors of #b567eb

#b567eb #ebb567 #67ebb5

Analogous Colors of #b567eb

#b567eb #eb67df #7367eb

Monochromatic Colors of #b567eb

#b567eb

Complementary Color

#b567eb #9deb67

#b567eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b567eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b567eb Color CSS Codes

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

#b567eb Text Font Color

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

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


#b567eb Background Color

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

This div background color is #b567eb


#b567eb Border Color

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

This div border color is #b567eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b567eb


Comments

No comments written yet.

Please login to write comment.