Color Hex Logo

#b854ba Color Hex

#B854BA
(184,84,186)
0 Favorites   0 Comments

Color spaces of #b854ba

RGB 18484186
HSL0.830.430.53
HSV299°55°73°
CMYK 0.010.550.00   0.27
XYZ31.800420.076248.6534
Yxy20.07620.31630.1997
Hunter Lab44.806548.2751-33.0159
CIE-Lab51.923354.3381-35.7934

#b854ba color RGB value is (184,84,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010100 10111010
Octal 270 124 272
Decimal 184 84 186
Hex B8 54 BA

RGB Percentages of Color #b854ba

%40.53
%18.50
%40.97

CMYK Percentages of Color #b854ba

%1
%55
%0
%27

Triadic Colors of #b854ba

#b854ba #bab854 #54bab8

Analogous Colors of #b854ba

#b854ba #ba5489 #8554ba

Monochromatic Colors of #b854ba

#b854ba

Complementary Color

#b854ba #56ba54

#b854ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b854ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b854ba Color CSS Codes

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

#b854ba Text Font Color

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

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


#b854ba Background Color

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

This div background color is #b854ba


#b854ba Border Color

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

This div border color is #b854ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b854ba


Comments

No comments written yet.

Please login to write comment.