Color Hex Logo

#b84fba Color Hex

#B84FBA
(184,79,186)
0 Favorites   0 Comments

Color spaces of #b84fba

RGB 18479186
HSL0.830.440.52
HSV299°58°73°
CMYK 0.010.580.00   0.27
XYZ31.426119.327548.5286
Yxy19.32750.31650.1947
Hunter Lab43.963150.6618-34.6731
CIE-Lab51.068256.6565-37.1368

#b84fba color RGB value is (184,79,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001111 10111010
Octal 270 117 272
Decimal 184 79 186
Hex B8 4F BA

RGB Percentages of Color #b84fba

%40.98
%17.59
%41.43

CMYK Percentages of Color #b84fba

%1
%58
%0
%27

Triadic Colors of #b84fba

#b84fba #bab84f #4fbab8

Analogous Colors of #b84fba

#b84fba #ba4f87 #834fba

Monochromatic Colors of #b84fba

#b84fba

Complementary Color

#b84fba #51ba4f

#b84fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84fba Color CSS Codes

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

#b84fba Text Font Color

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

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


#b84fba Background Color

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

This div background color is #b84fba


#b84fba Border Color

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

This div border color is #b84fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84fba


Comments

No comments written yet.

Please login to write comment.