Color Hex Logo

#b507fe Color Hex

#B507FE
(181,7,254)
0 Favorites   0 Comments

Color spaces of #b507fe

RGB 1817254
HSL0.780.990.51
HSV282°97°100°
CMYK 0.290.970.00   0.00
XYZ37.021417.131595.1214
Yxy17.13150.24800.1148
Hunter Lab41.390287.2261-107.2848
CIE-Lab48.425387.4577-80.1137

#b507fe color RGB value is (181,7,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000111 11111110
Octal 265 7 376
Decimal 181 7 254
Hex B5 7 FE

RGB Percentages of Color #b507fe

%40.95
%1.58
%57.47

CMYK Percentages of Color #b507fe

%29
%97
%0
%0

Triadic Colors of #b507fe

#b507fe #feb507 #07feb5

Analogous Colors of #b507fe

#b507fe #fe07cc #3a07fe

Monochromatic Colors of #b507fe

#b507fe

Complementary Color

#b507fe #50fe07

#b507fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b507fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b507fe Color CSS Codes

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

#b507fe Text Font Color

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

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


#b507fe Background Color

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

This div background color is #b507fe


#b507fe Border Color

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

This div border color is #b507fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,7,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b507fe

Related Colors


Comments

No comments written yet.

Please login to write comment.