Color Hex Logo

#b84cfa Color Hex

#B84CFA
(184,76,250)
0 Favorites   0 Comments

Color spaces of #b84cfa

RGB 18476250
HSL0.770.950.64
HSV277°70°98°
CMYK 0.260.700.00   0.02
XYZ39.606922.261492.6518
Yxy22.26140.25630.1441
Hunter Lab47.182067.2733-83.4010
CIE-Lab54.303370.4316-68.3102

#b84cfa color RGB value is (184,76,250).

#b84cfa hex color red value is 184, green value is 76 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b84cfa hue: 0.77 , saturation: 0.95 and the lightness value of b84cfa is 0.64.

The process color (four color CMYK) of #b84cfa color hex is 0.26, 0.70, 0.00, 0.02. Web safe color of #b84cfa is #cc33ff. Color #b84cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001100 11111010
Octal 270 114 372
Decimal 184 76 250
Hex B8 4C FA

RGB Percentages of Color #b84cfa

%36.08
%14.90
%49.02

CMYK Percentages of Color #b84cfa

%26
%70
%0
%2

Triadic Colors of #b84cfa

#b84cfa #fab84c #4cfab8

Analogous Colors of #b84cfa

#b84cfa #fa4ce5 #614cfa

Monochromatic Colors of #b84cfa

#b84cfa

Complementary Color

#b84cfa #8efa4c

#b84cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84cfa Color CSS Codes

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

#b84cfa Text Font Color

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

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


#b84cfa Background Color

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

This div background color is #b84cfa


#b84cfa Border Color

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

This div border color is #b84cfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,76,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b84cfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.