Color Hex Logo

#b820ff Color Hex

#B820FF
(184,32,255)
0 Favorites   0 Comments

Color spaces of #b820ff

RGB 18432255
HSL0.781.000.56
HSV281°87°100°
CMYK 0.280.870.00   0.00
XYZ38.333718.443496.1473
Yxy18.44340.25070.1206
Hunter Lab42.945884.1752-102.6768
CIE-Lab50.029584.8074-78.0327

#b820ff color RGB value is (184,32,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100000 11111111
Octal 270 40 377
Decimal 184 32 255
Hex B8 20 FF

RGB Percentages of Color #b820ff

%39.07
%6.79
%54.14

CMYK Percentages of Color #b820ff

%28
%87
%0
%0

Triadic Colors of #b820ff

#b820ff #ffb820 #20ffb8

Analogous Colors of #b820ff

#b820ff #ff20d7 #4920ff

Monochromatic Colors of #b820ff

#b820ff

Complementary Color

#b820ff #67ff20

#b820ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b820ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b820ff Color CSS Codes

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

#b820ff Text Font Color

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

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


#b820ff Background Color

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

This div background color is #b820ff


#b820ff Border Color

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

This div border color is #b820ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b820ff


Comments

No comments written yet.

Please login to write comment.