Color Hex Logo

#b844ba Color Hex

#B844BA
(184,68,186)
0 Favorites   0 Comments

Color spaces of #b844ba

RGB 18468186
HSL0.830.460.50
HSV299°63°73°
CMYK 0.010.630.00   0.27
XYZ30.697217.869848.2857
Yxy17.86980.31690.1845
Hunter Lab42.272755.6443-38.1327
CIE-Lab49.337861.4210-39.8649

#b844ba color RGB value is (184,68,186).

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

The process color (four color CMYK) of #b844ba color hex is 0.01, 0.63, 0.00, 0.27. Web safe color of #b844ba is #cc33cc. Color #b844ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000100 10111010
Octal 270 104 272
Decimal 184 68 186
Hex B8 44 BA

RGB Percentages of Color #b844ba

%42.01
%15.53
%42.47

CMYK Percentages of Color #b844ba

%1
%63
%0
%27

Triadic Colors of #b844ba

#b844ba #bab844 #44bab8

Analogous Colors of #b844ba

#b844ba #ba4481 #7d44ba

Monochromatic Colors of #b844ba

#b844ba

Complementary Color

#b844ba #46ba44

#b844ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b844ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b844ba Color CSS Codes

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

#b844ba Text Font Color

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

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


#b844ba Background Color

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

This div background color is #b844ba


#b844ba Border Color

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

This div border color is #b844ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b844ba


Comments

No comments written yet.

Please login to write comment.