Color Hex Logo

#b15092 Color Hex

#B15092
(177,80,146)
0 Favorites   0 Comments

Color spaces of #b15092

RGB 17780146
HSL0.890.380.50
HSV319°55°69°
CMYK 0.000.550.18   0.31
XYZ26.188417.159829.1260
Yxy17.15980.36130.2368
Hunter Lab41.424440.3546-12.6905
CIE-Lab48.460847.5089-17.7263

#b15092 color RGB value is (177,80,146).

#b15092 hex color red value is 177, green value is 80 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b15092 hue: 0.89 , saturation: 0.38 and the lightness value of b15092 is 0.50.

The process color (four color CMYK) of #b15092 color hex is 0.00, 0.55, 0.18, 0.31. Web safe color of #b15092 is #996699. Color #b15092 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010000 10010010
Octal 261 120 222
Decimal 177 80 146
Hex B1 50 92

RGB Percentages of Color #b15092

%43.92
%19.85
%36.23

CMYK Percentages of Color #b15092

%0
%55
%18
%31

Triadic Colors of #b15092

#b15092 #92b150 #5092b1

Analogous Colors of #b15092

#b15092 #b15062 #a050b1

Monochromatic Colors of #b15092

#b15092

Complementary Color

#b15092 #50b16f

#b15092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15092 Color CSS Codes

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

#b15092 Text Font Color

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

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


#b15092 Background Color

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

This div background color is #b15092


#b15092 Border Color

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

This div border color is #b15092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15092


Comments

No comments written yet.

Please login to write comment.