Color Hex Logo

#b801bb Color Hex

#B801BB
(184,1,187)
0 Favorites   0 Comments

Color spaces of #b801bb

RGB 1841187
HSL0.830.990.37
HSV299°99°73°
CMYK 0.020.990.00   0.27
XYZ28.747713.799948.1622
Yxy13.79990.31690.1521
Hunter Lab37.148273.1255-50.8650
CIE-Lab43.944677.2462-49.0334

#b801bb color RGB value is (184,1,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000001 10111011
Octal 270 1 273
Decimal 184 1 187
Hex B8 1 BB

RGB Percentages of Color #b801bb

%49.46
%0.27
%50.27

CMYK Percentages of Color #b801bb

%2
%99
%0
%27

Triadic Colors of #b801bb

#b801bb #bbb801 #01bbb8

Analogous Colors of #b801bb

#b801bb #bb0161 #5b01bb

Monochromatic Colors of #b801bb

#b801bb

Complementary Color

#b801bb #04bb01

#b801bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b801bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b801bb Color CSS Codes

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

#b801bb Text Font Color

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

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


#b801bb Background Color

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

This div background color is #b801bb


#b801bb Border Color

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

This div border color is #b801bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b801bb


Comments

No comments written yet.

Please login to write comment.