Color Hex Logo

#b008fc Color Hex

#B008FC
(176,8,252)
0 Favorites   0 Comments

Color spaces of #b008fc

RGB 1768252
HSL0.780.980.51
HSV281°97°99°
CMYK 0.300.970.00   0.01
XYZ35.562016.432093.3928
Yxy16.43200.24460.1130
Hunter Lab40.536485.6568-108.2242
CIE-Lab47.536286.4272-80.4814

#b008fc color RGB value is (176,8,252).

#b008fc hex color red value is 176, green value is 8 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b008fc hue: 0.78 , saturation: 0.98 and the lightness value of b008fc is 0.51.

The process color (four color CMYK) of #b008fc color hex is 0.30, 0.97, 0.00, 0.01. Web safe color of #b008fc is #9900ff. Color #b008fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001000 11111100
Octal 260 10 374
Decimal 176 8 252
Hex B0 8 FC

RGB Percentages of Color #b008fc

%40.37
%1.83
%57.80

CMYK Percentages of Color #b008fc

%30
%97
%0
%1

Triadic Colors of #b008fc

#b008fc #fcb008 #08fcb0

Analogous Colors of #b008fc

#b008fc #fc08ce #3608fc

Monochromatic Colors of #b008fc

#b008fc

Complementary Color

#b008fc #54fc08

#b008fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b008fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b008fc Color CSS Codes

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

#b008fc Text Font Color

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

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


#b008fc Background Color

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

This div background color is #b008fc


#b008fc Border Color

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

This div border color is #b008fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b008fc


Comments

No comments written yet.

Please login to write comment.