Color Hex Logo

#b038bb Color Hex

#B038BB
(176,56,187)
0 Favorites   0 Comments

Color spaces of #b038bb

RGB 17656187
HSL0.820.540.48
HSV295°70°73°
CMYK 0.060.700.00   0.27
XYZ28.288315.646348.5428
Yxy15.64630.30590.1692
Hunter Lab39.555458.4335-45.0725
CIE-Lab46.507064.4040-45.0158

#b038bb color RGB value is (176,56,187).

#b038bb hex color red value is 176, green value is 56 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b038bb hue: 0.82 , saturation: 0.54 and the lightness value of b038bb is 0.48.

The process color (four color CMYK) of #b038bb color hex is 0.06, 0.70, 0.00, 0.27. Web safe color of #b038bb is #9933cc. Color #b038bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111000 10111011
Octal 260 70 273
Decimal 176 56 187
Hex B0 38 BB

RGB Percentages of Color #b038bb

%42.00
%13.37
%44.63

CMYK Percentages of Color #b038bb

%6
%70
%0
%27

Triadic Colors of #b038bb

#b038bb #bbb038 #38bbb0

Analogous Colors of #b038bb

#b038bb #bb3885 #6f38bb

Monochromatic Colors of #b038bb

#b038bb

Complementary Color

#b038bb #43bb38

#b038bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b038bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b038bb Color CSS Codes

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

#b038bb Text Font Color

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

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


#b038bb Background Color

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

This div background color is #b038bb


#b038bb Border Color

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

This div border color is #b038bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b038bb


Comments

No comments written yet.

Please login to write comment.