Color Hex Logo

#b05afc Color Hex

#B05AFC
(176,90,252)
0 Favorites   0 Comments

Color spaces of #b05afc

RGB 17690252
HSL0.760.960.67
HSV272°64°99°
CMYK 0.300.640.00   0.01
XYZ39.131323.570794.5826
Yxy23.57070.24880.1499
Hunter Lab48.549758.9101-81.5217
CIE-Lab55.655463.1026-67.2864

#b05afc color RGB value is (176,90,252).

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

The process color (four color CMYK) of #b05afc color hex is 0.30, 0.64, 0.00, 0.01. Web safe color of #b05afc is #9966ff. Color #b05afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011010 11111100
Octal 260 132 374
Decimal 176 90 252
Hex B0 5A FC

RGB Percentages of Color #b05afc

%33.98
%17.37
%48.65

CMYK Percentages of Color #b05afc

%30
%64
%0
%1

Triadic Colors of #b05afc

#b05afc #fcb05a #5afcb0

Analogous Colors of #b05afc

#b05afc #fc5af7 #5f5afc

Monochromatic Colors of #b05afc

#b05afc

Complementary Color

#b05afc #a6fc5a

#b05afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05afc Color CSS Codes

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

#b05afc Text Font Color

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

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


#b05afc Background Color

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

This div background color is #b05afc


#b05afc Border Color

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

This div border color is #b05afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05afc


Comments

No comments written yet.

Please login to write comment.