Color Hex Logo

#b820ea Color Hex

#B820EA
(184,32,234)
0 Favorites   0 Comments

Color spaces of #b820ea

RGB 18432234
HSL0.790.830.52
HSV285°86°92°
CMYK 0.210.860.00   0.08
XYZ35.135017.163979.3030
Yxy17.16390.26700.1304
Hunter Lab41.429378.8792-84.4909
CIE-Lab48.465980.9723-68.7969

#b820ea color RGB value is (184,32,234).

#b820ea hex color red value is 184, green value is 32 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b820ea hue: 0.79 , saturation: 0.83 and the lightness value of b820ea is 0.52.

The process color (four color CMYK) of #b820ea color hex is 0.21, 0.86, 0.00, 0.08. Web safe color of #b820ea is #cc33ff. Color #b820ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100000 11101010
Octal 270 40 352
Decimal 184 32 234
Hex B8 20 EA

RGB Percentages of Color #b820ea

%40.89
%7.11
%52.00

CMYK Percentages of Color #b820ea

%21
%86
%0
%8

Triadic Colors of #b820ea

#b820ea #eab820 #20eab8

Analogous Colors of #b820ea

#b820ea #ea20b7 #5320ea

Monochromatic Colors of #b820ea

#b820ea

Complementary Color

#b820ea #52ea20

#b820ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b820ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b820ea Color CSS Codes

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

#b820ea Text Font Color

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

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


#b820ea Background Color

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

This div background color is #b820ea


#b820ea Border Color

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

This div border color is #b820ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b820ea


Comments

No comments written yet.

Please login to write comment.