Color Hex Logo

#b508fc Color Hex

#B508FC
(181,8,252)
0 Favorites   0 Comments

Color spaces of #b508fc

RGB 1818252
HSL0.780.980.51
HSV283°97°99°
CMYK 0.280.970.00   0.01
XYZ36.713617.025793.4467
Yxy17.02570.24940.1157
Hunter Lab41.262286.6139-105.3908
CIE-Lab48.292487.0157-79.2142

#b508fc color RGB value is (181,8,252).

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

The process color (four color CMYK) of #b508fc color hex is 0.28, 0.97, 0.00, 0.01. Web safe color of #b508fc is #cc00ff. Color #b508fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001000 11111100
Octal 265 10 374
Decimal 181 8 252
Hex B5 8 FC

RGB Percentages of Color #b508fc

%41.04
%1.81
%57.14

CMYK Percentages of Color #b508fc

%28
%97
%0
%1

Triadic Colors of #b508fc

#b508fc #fcb508 #08fcb5

Analogous Colors of #b508fc

#b508fc #fc08c9 #3b08fc

Monochromatic Colors of #b508fc

#b508fc

Complementary Color

#b508fc #4ffc08

#b508fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b508fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b508fc Color CSS Codes

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

#b508fc Text Font Color

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

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


#b508fc Background Color

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

This div background color is #b508fc


#b508fc Border Color

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

This div border color is #b508fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b508fc


Comments

No comments written yet.

Please login to write comment.