Color Hex Logo

#b903bb Color Hex

#B903BB
(185,3,187)
0 Favorites   0 Comments

Color spaces of #b903bb

RGB 1853187
HSL0.830.970.37
HSV299°98°73°
CMYK 0.010.980.00   0.27
XYZ29.009813.967348.1807
Yxy13.96730.31820.1532
Hunter Lab37.372973.1540-50.2751
CIE-Lab44.186077.2225-48.6367

#b903bb color RGB value is (185,3,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000011 10111011
Octal 271 3 273
Decimal 185 3 187
Hex B9 3 BB

RGB Percentages of Color #b903bb

%49.33
%0.80
%49.87

CMYK Percentages of Color #b903bb

%1
%98
%0
%27

Triadic Colors of #b903bb

#b903bb #bbb903 #03bbb9

Analogous Colors of #b903bb

#b903bb #bb0361 #5d03bb

Monochromatic Colors of #b903bb

#b903bb

Complementary Color

#b903bb #05bb03

#b903bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b903bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b903bb Color CSS Codes

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

#b903bb Text Font Color

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

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


#b903bb Background Color

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

This div background color is #b903bb


#b903bb Border Color

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

This div border color is #b903bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b903bb


Comments

No comments written yet.

Please login to write comment.