Color Hex Logo

#b507ef Color Hex

#B507EF
(181,7,239)
0 Favorites   0 Comments

Color spaces of #b507ef

RGB 1817239
HSL0.790.940.48
HSV285°97°94°
CMYK 0.240.970.00   0.06
XYZ34.712016.207782.9602
Yxy16.20770.25930.1211
Hunter Lab40.258883.4537-93.9962
CIE-Lab47.245884.7853-73.6252

#b507ef color RGB value is (181,7,239).

#b507ef hex color red value is 181, green value is 7 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b507ef hue: 0.79 , saturation: 0.94 and the lightness value of b507ef is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000111 11101111
Octal 265 7 357
Decimal 181 7 239
Hex B5 7 EF

RGB Percentages of Color #b507ef

%42.39
%1.64
%55.97

CMYK Percentages of Color #b507ef

%24
%97
%0
%6

Triadic Colors of #b507ef

#b507ef #efb507 #07efb5

Analogous Colors of #b507ef

#b507ef #ef07b5 #4107ef

Monochromatic Colors of #b507ef

#b507ef

Complementary Color

#b507ef #41ef07

#b507ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b507ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b507ef Color CSS Codes

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

#b507ef Text Font Color

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

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


#b507ef Background Color

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

This div background color is #b507ef


#b507ef Border Color

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

This div border color is #b507ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b507ef


Comments

No comments written yet.

Please login to write comment.