Color Hex Logo

#b55092 Color Hex

#B55092
(181,80,146)
0 Favorites   0 Comments

Color spaces of #b55092

RGB 18180146
HSL0.890.410.51
HSV321°56°71°
CMYK 0.000.560.19   0.29
XYZ27.113017.636429.1693
Yxy17.63640.36680.2386
Hunter Lab41.995741.7495-11.7845
CIE-Lab49.052148.7448-16.7706

#b55092 color RGB value is (181,80,146).

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

The process color (four color CMYK) of #b55092 color hex is 0.00, 0.56, 0.19, 0.29. Web safe color of #b55092 is #cc6699. Color #b55092 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010000 10010010
Octal 265 120 222
Decimal 181 80 146
Hex B5 50 92

RGB Percentages of Color #b55092

%44.47
%19.66
%35.87

CMYK Percentages of Color #b55092

%0
%56
%19
%29

Triadic Colors of #b55092

#b55092 #92b550 #5092b5

Analogous Colors of #b55092

#b55092 #b55060 #a650b5

Monochromatic Colors of #b55092

#b55092

Complementary Color

#b55092 #50b573

#b55092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55092 Color CSS Codes

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

#b55092 Text Font Color

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

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


#b55092 Background Color

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

This div background color is #b55092


#b55092 Border Color

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

This div border color is #b55092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55092


Comments

No comments written yet.

Please login to write comment.