Color Hex Logo

#b00099 Color Hex

#B00099
(176,0,153)
1 Favorites   0 Comments

Color spaces of #b00099

RGB 1760153
HSL0.861.000.35
HSV308°100°69°
CMYK 0.001.000.13   0.31
XYZ23.654311.530031.1158
Yxy11.53000.35680.1739
Hunter Lab33.955964.9238-30.5619
CIE-Lab40.459271.1463-34.3924

#b00099 color RGB value is (176,0,153).

#b00099 hex color red value is 176, green value is 0 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b00099 hue: 0.86 , saturation: 1.00 and the lightness value of b00099 is 0.35.

The process color (four color CMYK) of #b00099 color hex is 0.00, 1.00, 0.13, 0.31. Web safe color of #b00099 is #990099. Color #b00099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000000 10011001
Octal 260 0 231
Decimal 176 0 153
Hex B0 0 99

RGB Percentages of Color #b00099

%53.50
%0.00
%46.50

CMYK Percentages of Color #b00099

%0
%100
%13
%31

Triadic Colors of #b00099

#b00099 #99b000 #0099b0

Analogous Colors of #b00099

#b00099 #b00041 #6f00b0

Monochromatic Colors of #b00099

#b00099

Complementary Color

#b00099 #00b017

#b00099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00099 Color CSS Codes

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

#b00099 Text Font Color

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

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


#b00099 Background Color

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

This div background color is #b00099


#b00099 Border Color

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

This div border color is #b00099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00099


Comments

No comments written yet.

Please login to write comment.