Color Hex Logo

#b10299 Color Hex

#B10299
(177,2,153)
0 Favorites   0 Comments

Color spaces of #b10299

RGB 1772153
HSL0.860.980.35
HSV308°99°69°
CMYK 0.000.990.14   0.31
XYZ23.902911.690431.1336
Yxy11.69040.35820.1752
Hunter Lab34.191264.9537-30.0540
CIE-Lab40.719871.1210-33.9682

#b10299 color RGB value is (177,2,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000010 10011001
Octal 261 2 231
Decimal 177 2 153
Hex B1 2 99

RGB Percentages of Color #b10299

%53.31
%0.60
%46.08

CMYK Percentages of Color #b10299

%0
%99
%14
%31

Triadic Colors of #b10299

#b10299 #99b102 #0299b1

Analogous Colors of #b10299

#b10299 #b10241 #7202b1

Monochromatic Colors of #b10299

#b10299

Complementary Color

#b10299 #02b11a

#b10299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10299 Color CSS Codes

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

#b10299 Text Font Color

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

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


#b10299 Background Color

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

This div background color is #b10299


#b10299 Border Color

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

This div border color is #b10299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10299


Comments

No comments written yet.

Please login to write comment.