Color Hex Logo

#b826fa Color Hex

#B826FA
(184,38,250)
0 Favorites   0 Comments

Color spaces of #b826fa

RGB 18438250
HSL0.780.950.56
HSV281°85°98°
CMYK 0.260.850.00   0.02
XYZ37.715618.478792.0214
Yxy18.47870.25450.1247
Hunter Lab42.986981.3845-96.8305
CIE-Lab50.071682.6296-75.1753

#b826fa color RGB value is (184,38,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100110 11111010
Octal 270 46 372
Decimal 184 38 250
Hex B8 26 FA

RGB Percentages of Color #b826fa

%38.98
%8.05
%52.97

CMYK Percentages of Color #b826fa

%26
%85
%0
%2

Triadic Colors of #b826fa

#b826fa #fab826 #26fab8

Analogous Colors of #b826fa

#b826fa #fa26d2 #4e26fa

Monochromatic Colors of #b826fa

#b826fa

Complementary Color

#b826fa #68fa26

#b826fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b826fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b826fa Color CSS Codes

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

#b826fa Text Font Color

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

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


#b826fa Background Color

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

This div background color is #b826fa


#b826fa Border Color

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

This div border color is #b826fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b826fa


Comments

No comments written yet.

Please login to write comment.