Color Hex Logo

#b803ba Color Hex

#B803BA
(184,3,186)
0 Favorites   0 Comments

Color spaces of #b803ba

RGB 1843186
HSL0.830.970.37
HSV299°98°73°
CMYK 0.010.980.00   0.27
XYZ28.662713.800647.6075
Yxy13.80060.31820.1532
Hunter Lab37.149272.7119-49.9771
CIE-Lab43.945676.9107-48.4443

#b803ba color RGB value is (184,3,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000011 10111010
Octal 270 3 272
Decimal 184 3 186
Hex B8 3 BA

RGB Percentages of Color #b803ba

%49.33
%0.80
%49.87

CMYK Percentages of Color #b803ba

%1
%98
%0
%27

Triadic Colors of #b803ba

#b803ba #bab803 #03bab8

Analogous Colors of #b803ba

#b803ba #ba0361 #5d03ba

Monochromatic Colors of #b803ba

#b803ba

Complementary Color

#b803ba #05ba03

#b803ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b803ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b803ba Color CSS Codes

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

#b803ba Text Font Color

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

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


#b803ba Background Color

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

This div background color is #b803ba


#b803ba Border Color

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

This div border color is #b803ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b803ba


Comments

No comments written yet.

Please login to write comment.