Color Hex Logo

#b507ff Color Hex

#B507FF
(181,7,255)
0 Favorites   0 Comments

Color spaces of #b507ff

RGB 1817255
HSL0.781.000.51
HSV282°97°100°
CMYK 0.290.970.00   0.00
XYZ37.182017.195795.9671
Yxy17.19570.24730.1144
Hunter Lab41.467787.4835-108.1852
CIE-Lab48.505787.6385-80.5401

#b507ff color RGB value is (181,7,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000111 11111111
Octal 265 7 377
Decimal 181 7 255
Hex B5 7 FF

RGB Percentages of Color #b507ff

%40.86
%1.58
%57.56

CMYK Percentages of Color #b507ff

%29
%97
%0
%0

Triadic Colors of #b507ff

#b507ff #ffb507 #07ffb5

Analogous Colors of #b507ff

#b507ff #ff07cd #3907ff

Monochromatic Colors of #b507ff

#b507ff

Complementary Color

#b507ff #51ff07

#b507ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b507ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b507ff Color CSS Codes

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

#b507ff Text Font Color

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

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


#b507ff Background Color

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

This div background color is #b507ff


#b507ff Border Color

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

This div border color is #b507ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b507ff


Comments

No comments written yet.

Please login to write comment.