Color Hex Logo

#b026bb Color Hex

#B026BB
(176,38,187)
0 Favorites   0 Comments

Color spaces of #b026bb

RGB 17638187
HSL0.820.660.44
HSV296°80°73°
CMYK 0.060.800.00   0.27
XYZ27.567214.204248.3024
Yxy14.20420.30610.1577
Hunter Lab37.688564.6089-49.6055
CIE-Lab44.524470.0887-48.1815

#b026bb color RGB value is (176,38,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100110 10111011
Octal 260 46 273
Decimal 176 38 187
Hex B0 26 BB

RGB Percentages of Color #b026bb

%43.89
%9.48
%46.63

CMYK Percentages of Color #b026bb

%6
%80
%0
%27

Triadic Colors of #b026bb

#b026bb #bbb026 #26bbb0

Analogous Colors of #b026bb

#b026bb #bb267c #6626bb

Monochromatic Colors of #b026bb

#b026bb

Complementary Color

#b026bb #31bb26

#b026bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b026bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b026bb Color CSS Codes

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

#b026bb Text Font Color

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

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


#b026bb Background Color

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

This div background color is #b026bb


#b026bb Border Color

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

This div border color is #b026bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b026bb


Comments

No comments written yet.

Please login to write comment.