Color Hex Logo

#b0026e Color Hex

#B0026E
(176,2,110)
0 Favorites   0 Comments

Color spaces of #b0026e

RGB 1762110
HSL0.900.980.35
HSV323°99°69°
CMYK 0.000.990.38   0.31
XYZ20.740710.399315.6660
Yxy10.39930.44310.2222
Hunter Lab32.247958.3708-6.2294
CIE-Lab38.549765.8939-10.7491

#b0026e color RGB value is (176,2,110).

#b0026e hex color red value is 176, green value is 2 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b0026e hue: 0.90 , saturation: 0.98 and the lightness value of b0026e is 0.35.

The process color (four color CMYK) of #b0026e color hex is 0.00, 0.99, 0.38, 0.31. Web safe color of #b0026e is #990066. Color #b0026e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000010 01101110
Octal 260 2 156
Decimal 176 2 110
Hex B0 2 6E

RGB Percentages of Color #b0026e

%61.11
%0.69
%38.19

CMYK Percentages of Color #b0026e

%0
%99
%38
%31

Triadic Colors of #b0026e

#b0026e #6eb002 #026eb0

Analogous Colors of #b0026e

#b0026e #b00217 #9b02b0

Monochromatic Colors of #b0026e

#b0026e

Complementary Color

#b0026e #02b044

#b0026e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0026e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0026e Color CSS Codes

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

#b0026e Text Font Color

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

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


#b0026e Background Color

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

This div background color is #b0026e


#b0026e Border Color

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

This div border color is #b0026e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0026e


Comments

No comments written yet.

Please login to write comment.