Color Hex Logo

#b507be Color Hex

#B507BE
(181,7,190)
0 Favorites   0 Comments

Color spaces of #b507be

RGB 1817190
HSL0.830.930.39
HSV297°96°75°
CMYK 0.050.960.00   0.25
XYZ28.426313.693449.8601
Yxy13.69340.30900.1489
Hunter Lab37.004672.3626-53.9843
CIE-Lab43.790076.6571-51.0700

#b507be color RGB value is (181,7,190).

#b507be hex color red value is 181, green value is 7 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b507be hue: 0.83 , saturation: 0.93 and the lightness value of b507be is 0.39.

The process color (four color CMYK) of #b507be color hex is 0.05, 0.96, 0.00, 0.25. Web safe color of #b507be is #cc00cc. Color #b507be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000111 10111110
Octal 265 7 276
Decimal 181 7 190
Hex B5 7 BE

RGB Percentages of Color #b507be

%47.88
%1.85
%50.26

CMYK Percentages of Color #b507be

%5
%96
%0
%25

Triadic Colors of #b507be

#b507be #beb507 #07beb5

Analogous Colors of #b507be

#b507be #be076c #5a07be

Monochromatic Colors of #b507be

#b507be

Complementary Color

#b507be #10be07

#b507be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b507be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b507be Color CSS Codes

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

#b507be Text Font Color

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

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


#b507be Background Color

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

This div background color is #b507be


#b507be Border Color

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

This div border color is #b507be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b507be


Comments

No comments written yet.

Please login to write comment.