Color Hex Logo

#b855ba Color Hex

#B855BA
(184,85,186)
0 Favorites   0 Comments

Color spaces of #b855ba

RGB 18485186
HSL0.830.420.53
HSV299°54°73°
CMYK 0.010.540.00   0.27
XYZ31.878620.232548.6795
Yxy20.23250.31630.2007
Hunter Lab44.980647.7905-32.6793
CIE-Lab52.099153.8646-35.5176

#b855ba color RGB value is (184,85,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010101 10111010
Octal 270 125 272
Decimal 184 85 186
Hex B8 55 BA

RGB Percentages of Color #b855ba

%40.44
%18.68
%40.88

CMYK Percentages of Color #b855ba

%1
%54
%0
%27

Triadic Colors of #b855ba

#b855ba #bab855 #55bab8

Analogous Colors of #b855ba

#b855ba #ba558a #8655ba

Monochromatic Colors of #b855ba

#b855ba

Complementary Color

#b855ba #57ba55

#b855ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b855ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b855ba Color CSS Codes

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

#b855ba Text Font Color

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

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


#b855ba Background Color

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

This div background color is #b855ba


#b855ba Border Color

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

This div border color is #b855ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b855ba


Comments

No comments written yet.

Please login to write comment.