Color Hex Logo

#b826ff Color Hex

#B826FF
(184,38,255)
0 Favorites   0 Comments

Color spaces of #b826ff

RGB 18438255
HSL0.781.000.57
HSV280°85°100°
CMYK 0.280.850.00   0.00
XYZ38.510318.796696.2061
Yxy18.79660.25090.1224
Hunter Lab43.355082.6820-101.2177
CIE-Lab50.448483.5685-77.3497

#b826ff color RGB value is (184,38,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100110 11111111
Octal 270 46 377
Decimal 184 38 255
Hex B8 26 FF

RGB Percentages of Color #b826ff

%38.57
%7.97
%53.46

CMYK Percentages of Color #b826ff

%28
%85
%0
%0

Triadic Colors of #b826ff

#b826ff #ffb826 #26ffb8

Analogous Colors of #b826ff

#b826ff #ff26da #4b26ff

Monochromatic Colors of #b826ff

#b826ff

Complementary Color

#b826ff #6dff26

#b826ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b826ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b826ff Color CSS Codes

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

#b826ff Text Font Color

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

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


#b826ff Background Color

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

This div background color is #b826ff


#b826ff Border Color

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

This div border color is #b826ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b826ff


Comments

No comments written yet.

Please login to write comment.