Color Hex Logo

#b05dea Color Hex

#B05DEA
(176,93,234)
0 Favorites   0 Comments

Color spaces of #b05dea

RGB 17693234
HSL0.760.770.64
HSV275°60°92°
CMYK 0.250.600.00   0.08
XYZ36.670122.999380.3485
Yxy22.99930.26190.1643
Hunter Lab47.957652.5618-65.7646
CIE-Lab55.071657.6511-58.1951

#b05dea color RGB value is (176,93,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011101 11101010
Octal 260 135 352
Decimal 176 93 234
Hex B0 5D EA

RGB Percentages of Color #b05dea

%34.99
%18.49
%46.52

CMYK Percentages of Color #b05dea

%25
%60
%0
%8

Triadic Colors of #b05dea

#b05dea #eab05d #5deab0

Analogous Colors of #b05dea

#b05dea #ea5dde #6a5dea

Monochromatic Colors of #b05dea

#b05dea

Complementary Color

#b05dea #97ea5d

#b05dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05dea Color CSS Codes

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

#b05dea Text Font Color

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

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


#b05dea Background Color

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

This div background color is #b05dea


#b05dea Border Color

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

This div border color is #b05dea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,93,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b05dea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05dea


Comments

No comments written yet.

Please login to write comment.