Color Hex Logo

#b555ba Color Hex

#B555BA
(181,85,186)
0 Favorites   0 Comments

Color spaces of #b555ba

RGB 18185186
HSL0.830.420.53
HSV297°54°73°
CMYK 0.030.540.00   0.27
XYZ31.167519.865948.6462
Yxy19.86590.31270.1993
Hunter Lab44.571246.8210-33.5109
CIE-Lab51.685353.0457-36.1962

#b555ba color RGB value is (181,85,186).

#b555ba hex color red value is 181, green value is 85 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b555ba hue: 0.83 , saturation: 0.42 and the lightness value of b555ba is 0.53.

The process color (four color CMYK) of #b555ba color hex is 0.03, 0.54, 0.00, 0.27. Web safe color of #b555ba is #cc66cc. Color #b555ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010101 10111010
Octal 265 125 272
Decimal 181 85 186
Hex B5 55 BA

RGB Percentages of Color #b555ba

%40.04
%18.81
%41.15

CMYK Percentages of Color #b555ba

%3
%54
%0
%27

Triadic Colors of #b555ba

#b555ba #bab555 #55bab5

Analogous Colors of #b555ba

#b555ba #ba558d #8355ba

Monochromatic Colors of #b555ba

#b555ba

Complementary Color

#b555ba #5aba55

#b555ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b555ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b555ba Color CSS Codes

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

#b555ba Text Font Color

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

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


#b555ba Background Color

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

This div background color is #b555ba


#b555ba Border Color

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

This div border color is #b555ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,85,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b555ba


Comments

No comments written yet.

Please login to write comment.