Color Hex Logo

#b801ba Color Hex

#B801BA
(184,1,186)
0 Favorites   0 Comments

Color spaces of #b801ba

RGB 1841186
HSL0.830.990.37
HSV299°99°73°
CMYK 0.010.990.00   0.27
XYZ28.640913.757247.6002
Yxy13.75720.31820.1529
Hunter Lab37.090772.9264-50.1261
CIE-Lab43.882777.0968-48.5450

#b801ba color RGB value is (184,1,186).

#b801ba hex color red value is 184, green value is 1 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b801ba hue: 0.83 , saturation: 0.99 and the lightness value of b801ba is 0.37.

The process color (four color CMYK) of #b801ba color hex is 0.01, 0.99, 0.00, 0.27. Web safe color of #b801ba is #cc00cc. Color #b801ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000001 10111010
Octal 270 1 272
Decimal 184 1 186
Hex B8 1 BA

RGB Percentages of Color #b801ba

%49.60
%0.27
%50.13

CMYK Percentages of Color #b801ba

%1
%99
%0
%27

Triadic Colors of #b801ba

#b801ba #bab801 #01bab8

Analogous Colors of #b801ba

#b801ba #ba015f #5c01ba

Monochromatic Colors of #b801ba

#b801ba

Complementary Color

#b801ba #03ba01

#b801ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b801ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b801ba Color CSS Codes

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

#b801ba Text Font Color

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

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


#b801ba Background Color

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

This div background color is #b801ba


#b801ba Border Color

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

This div border color is #b801ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,1,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b801ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b801ba;
  -webkit-box-shadow: 1px 1px 3px 2px #b801ba;
  box-shadow:         1px 1px 3px 2px #b801ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,1,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b801ba


Comments

No comments written yet.

Please login to write comment.