Color Hex Logo

#b05aff Color Hex

#B05AFF
(176,90,255)
0 Favorites   0 Comments

Color spaces of #b05aff

RGB 17690255
HSL0.751.000.68
HSV271°65°100°
CMYK 0.310.650.00   0.00
XYZ39.610723.762497.1066
Yxy23.76240.24680.1481
Hunter Lab48.746759.7392-83.9869
CIE-Lab55.849163.7804-68.6350

#b05aff color RGB value is (176,90,255).

#b05aff hex color red value is 176, green value is 90 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b05aff hue: 0.75 , saturation: 1.00 and the lightness value of b05aff is 0.68.

The process color (four color CMYK) of #b05aff color hex is 0.31, 0.65, 0.00, 0.00. Web safe color of #b05aff is #9966ff. Color #b05aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011010 11111111
Octal 260 132 377
Decimal 176 90 255
Hex B0 5A FF

RGB Percentages of Color #b05aff

%33.78
%17.27
%48.94

CMYK Percentages of Color #b05aff

%31
%65
%0
%0

Triadic Colors of #b05aff

#b05aff #ffb05a #5affb0

Analogous Colors of #b05aff

#b05aff #ff5afc #5e5aff

Monochromatic Colors of #b05aff

#b05aff

Complementary Color

#b05aff #a9ff5a

#b05aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05aff Color CSS Codes

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

#b05aff Text Font Color

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

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


#b05aff Background Color

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

This div background color is #b05aff


#b05aff Border Color

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

This div border color is #b05aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05aff


Comments

No comments written yet.

Please login to write comment.