Color Hex Logo

#b06ceb Color Hex

#B06CEB
(176,108,235)
0 Favorites   0 Comments

Color spaces of #b06ceb

RGB 176108235
HSL0.760.760.67
HSV272°54°92°
CMYK 0.250.540.00   0.08
XYZ38.262525.953481.5901
Yxy25.95340.26240.1780
Hunter Lab50.944544.9119-59.2947
CIE-Lab57.992850.2542-54.0848

#b06ceb color RGB value is (176,108,235).

#b06ceb hex color red value is 176, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b06ceb hue: 0.76 , saturation: 0.76 and the lightness value of b06ceb is 0.67.

The process color (four color CMYK) of #b06ceb color hex is 0.25, 0.54, 0.00, 0.08. Web safe color of #b06ceb is #9966ff. Color #b06ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101100 11101011
Octal 260 154 353
Decimal 176 108 235
Hex B0 6C EB

RGB Percentages of Color #b06ceb

%33.91
%20.81
%45.28

CMYK Percentages of Color #b06ceb

%25
%54
%0
%8

Triadic Colors of #b06ceb

#b06ceb #ebb06c #6cebb0

Analogous Colors of #b06ceb

#b06ceb #eb6ce7 #716ceb

Monochromatic Colors of #b06ceb

#b06ceb

Complementary Color

#b06ceb #a7eb6c

#b06ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06ceb Color CSS Codes

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

#b06ceb Text Font Color

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

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


#b06ceb Background Color

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

This div background color is #b06ceb


#b06ceb Border Color

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

This div border color is #b06ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06ceb


Comments

No comments written yet.

Please login to write comment.