Color Hex Logo

#b03bbe Color Hex

#B03BBE
(176,59,190)
0 Favorites   0 Comments

Color spaces of #b03bbe

RGB 17659190
HSL0.820.530.49
HSV294°69°75°
CMYK 0.070.690.00   0.25
XYZ28.762716.075750.3022
Yxy16.07570.30230.1690
Hunter Lab40.094557.8856-46.3185
CIE-Lab47.073663.8172-45.8628

#b03bbe color RGB value is (176,59,190).

#b03bbe hex color red value is 176, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b03bbe hue: 0.82 , saturation: 0.53 and the lightness value of b03bbe is 0.49.

The process color (four color CMYK) of #b03bbe color hex is 0.07, 0.69, 0.00, 0.25. Web safe color of #b03bbe is #9933cc. Color #b03bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111011 10111110
Octal 260 73 276
Decimal 176 59 190
Hex B0 3B BE

RGB Percentages of Color #b03bbe

%41.41
%13.88
%44.71

CMYK Percentages of Color #b03bbe

%7
%69
%0
%25

Triadic Colors of #b03bbe

#b03bbe #beb03b #3bbeb0

Analogous Colors of #b03bbe

#b03bbe #be3b8b #6f3bbe

Monochromatic Colors of #b03bbe

#b03bbe

Complementary Color

#b03bbe #49be3b

#b03bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03bbe Color CSS Codes

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

#b03bbe Text Font Color

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

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


#b03bbe Background Color

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

This div background color is #b03bbe


#b03bbe Border Color

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

This div border color is #b03bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,59,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b03bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b03bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #b03bbe;
  box-shadow:         1px 1px 3px 2px #b03bbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,59,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03bbe


Comments

No comments written yet.

Please login to write comment.