Color Hex Logo

#b83fba Color Hex

#B83FBA
(184,63,186)
0 Favorites   0 Comments

Color spaces of #b83fba

RGB 18463186
HSL0.830.490.49
HSV299°66°73°
CMYK 0.010.660.00   0.27
XYZ30.407617.290548.1891
Yxy17.29050.31710.1803
Hunter Lab41.581857.7636-39.6037
CIE-Lab48.624063.4156-40.9938

#b83fba color RGB value is (184,63,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111111 10111010
Octal 270 77 272
Decimal 184 63 186
Hex B8 3F BA

RGB Percentages of Color #b83fba

%42.49
%14.55
%42.96

CMYK Percentages of Color #b83fba

%1
%66
%0
%27

Triadic Colors of #b83fba

#b83fba #bab83f #3fbab8

Analogous Colors of #b83fba

#b83fba #ba3f7f #7b3fba

Monochromatic Colors of #b83fba

#b83fba

Complementary Color

#b83fba #41ba3f

#b83fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83fba Color CSS Codes

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

#b83fba Text Font Color

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

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


#b83fba Background Color

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

This div background color is #b83fba


#b83fba Border Color

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

This div border color is #b83fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83fba


Comments

No comments written yet.

Please login to write comment.