Color Hex Logo

#b05deb Color Hex

#B05DEB
(176,93,235)
0 Favorites   0 Comments

Color spaces of #b05deb

RGB 17693235
HSL0.760.780.64
HSV275°60°92°
CMYK 0.250.600.00   0.08
XYZ36.814223.057081.1074
Yxy23.05700.26110.1635
Hunter Lab48.017752.8213-66.5352
CIE-Lab55.131057.8713-58.6599

#b05deb color RGB value is (176,93,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011101 11101011
Octal 260 135 353
Decimal 176 93 235
Hex B0 5D EB

RGB Percentages of Color #b05deb

%34.92
%18.45
%46.63

CMYK Percentages of Color #b05deb

%25
%60
%0
%8

Triadic Colors of #b05deb

#b05deb #ebb05d #5debb0

Analogous Colors of #b05deb

#b05deb #eb5ddf #695deb

Monochromatic Colors of #b05deb

#b05deb

Complementary Color

#b05deb #98eb5d

#b05deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05deb Color CSS Codes

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

#b05deb Text Font Color

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

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


#b05deb Background Color

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

This div background color is #b05deb


#b05deb Border Color

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

This div border color is #b05deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05deb


Comments

No comments written yet.

Please login to write comment.