Color Hex Logo

#b01098 Color Hex

#B01098
(176,16,152)
0 Favorites   0 Comments

Color spaces of #b01098

RGB 17616152
HSL0.860.830.38
HSV309°91°69°
CMYK 0.000.910.14   0.31
XYZ23.757311.867730.7443
Yxy11.86770.35800.1788
Hunter Lab34.449562.8116-28.7984
CIE-Lab41.005169.2491-32.9248

#b01098 color RGB value is (176,16,152).

#b01098 hex color red value is 176, green value is 16 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b01098 hue: 0.86 , saturation: 0.83 and the lightness value of b01098 is 0.38.

The process color (four color CMYK) of #b01098 color hex is 0.00, 0.91, 0.14, 0.31. Web safe color of #b01098 is #990099. Color #b01098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010000 10011000
Octal 260 20 230
Decimal 176 16 152
Hex B0 10 98

RGB Percentages of Color #b01098

%51.16
%4.65
%44.19

CMYK Percentages of Color #b01098

%0
%91
%14
%31

Triadic Colors of #b01098

#b01098 #98b010 #1098b0

Analogous Colors of #b01098

#b01098 #b01048 #7810b0

Monochromatic Colors of #b01098

#b01098

Complementary Color

#b01098 #10b028

#b01098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01098 Color CSS Codes

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

#b01098 Text Font Color

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

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


#b01098 Background Color

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

This div background color is #b01098


#b01098 Border Color

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

This div border color is #b01098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01098


Comments

No comments written yet.

Please login to write comment.