Color Hex Logo

#b84cfe Color Hex

#B84CFE
(184,76,254)
0 Favorites   0 Comments

Color spaces of #b84cfe

RGB 18476254
HSL0.770.990.65
HSV276°70°100°
CMYK 0.280.700.00   0.00
XYZ40.241022.515095.9908
Yxy22.51500.25350.1418
Hunter Lab47.450068.3434-86.7281
CIE-Lab54.569271.2677-70.1015

#b84cfe color RGB value is (184,76,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001100 11111110
Octal 270 114 376
Decimal 184 76 254
Hex B8 4C FE

RGB Percentages of Color #b84cfe

%35.80
%14.79
%49.42

CMYK Percentages of Color #b84cfe

%28
%70
%0
%0

Triadic Colors of #b84cfe

#b84cfe #feb84c #4cfeb8

Analogous Colors of #b84cfe

#b84cfe #fe4ceb #5f4cfe

Monochromatic Colors of #b84cfe

#b84cfe

Complementary Color

#b84cfe #92fe4c

#b84cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84cfe Color CSS Codes

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

#b84cfe Text Font Color

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

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


#b84cfe Background Color

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

This div background color is #b84cfe


#b84cfe Border Color

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

This div border color is #b84cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84cfe


Comments

No comments written yet.

Please login to write comment.