Color Hex Logo

#b150af Color Hex

#B150AF
(177,80,175)
0 Favorites   0 Comments

Color spaces of #b150af

RGB 17780175
HSL0.840.380.50
HSV301°55°69°
CMYK 0.000.550.01   0.31
XYZ28.738018.179642.5518
Yxy18.17960.32120.2032
Hunter Lab42.637545.6945-29.3245
CIE-Lab49.713252.3436-32.9244

#b150af color RGB value is (177,80,175).

#b150af hex color red value is 177, green value is 80 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b150af hue: 0.84 , saturation: 0.38 and the lightness value of b150af is 0.50.

The process color (four color CMYK) of #b150af color hex is 0.00, 0.55, 0.01, 0.31. Web safe color of #b150af is #996699. Color #b150af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010000 10101111
Octal 261 120 257
Decimal 177 80 175
Hex B1 50 AF

RGB Percentages of Color #b150af

%40.97
%18.52
%40.51

CMYK Percentages of Color #b150af

%0
%55
%1
%31

Triadic Colors of #b150af

#b150af #afb150 #50afb1

Analogous Colors of #b150af

#b150af #b1507f #8350b1

Monochromatic Colors of #b150af

#b150af

Complementary Color

#b150af #50b152

#b150af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b150af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b150af Color CSS Codes

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

#b150af Text Font Color

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

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


#b150af Background Color

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

This div background color is #b150af


#b150af Border Color

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

This div border color is #b150af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,80,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b150af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b150af;
  -webkit-box-shadow: 1px 1px 3px 2px #b150af;
  box-shadow:         1px 1px 3px 2px #b150af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,80,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b150af


Comments

No comments written yet.

Please login to write comment.