Color Hex Logo

#b803bb Color Hex

#B803BB
(184,3,187)
0 Favorites   0 Comments

Color spaces of #b803bb

RGB 1843187
HSL0.830.970.37
HSV299°98°73°
CMYK 0.020.980.00   0.27
XYZ28.769413.843348.1694
Yxy13.84330.31690.1525
Hunter Lab37.206672.9108-50.7150
CIE-Lab44.007477.0600-48.9327

#b803bb color RGB value is (184,3,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000011 10111011
Octal 270 3 273
Decimal 184 3 187
Hex B8 3 BB

RGB Percentages of Color #b803bb

%49.20
%0.80
%50.00

CMYK Percentages of Color #b803bb

%2
%98
%0
%27

Triadic Colors of #b803bb

#b803bb #bbb803 #03bbb8

Analogous Colors of #b803bb

#b803bb #bb0362 #5c03bb

Monochromatic Colors of #b803bb

#b803bb

Complementary Color

#b803bb #06bb03

#b803bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b803bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b803bb Color CSS Codes

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

#b803bb Text Font Color

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

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


#b803bb Background Color

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

This div background color is #b803bb


#b803bb Border Color

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

This div border color is #b803bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,3,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 #b803bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b803bb


Comments

No comments written yet.

Please login to write comment.