Color Hex Logo

#b058bb Color Hex

#B058BB
(176,88,187)
0 Favorites   0 Comments

Color spaces of #b058bb

RGB 17688187
HSL0.810.420.54
HSV293°53°73°
CMYK 0.060.530.00   0.27
XYZ30.363919.797449.2346
Yxy19.79740.30550.1992
Hunter Lab44.494343.9475-34.4606
CIE-Lab51.607450.3923-36.9444

#b058bb color RGB value is (176,88,187).

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

The process color (four color CMYK) of #b058bb color hex is 0.06, 0.53, 0.00, 0.27. Web safe color of #b058bb is #9966cc. Color #b058bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011000 10111011
Octal 260 130 273
Decimal 176 88 187
Hex B0 58 BB

RGB Percentages of Color #b058bb

%39.02
%19.51
%41.46

CMYK Percentages of Color #b058bb

%6
%53
%0
%27

Triadic Colors of #b058bb

#b058bb #bbb058 #58bbb0

Analogous Colors of #b058bb

#b058bb #bb5895 #7f58bb

Monochromatic Colors of #b058bb

#b058bb

Complementary Color

#b058bb #63bb58

#b058bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b058bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b058bb Color CSS Codes

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

#b058bb Text Font Color

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

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


#b058bb Background Color

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

This div background color is #b058bb


#b058bb Border Color

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

This div border color is #b058bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b058bb


Comments

No comments written yet.

Please login to write comment.