Color Hex Logo

#b808ea Color Hex

#B808EA
(184,8,234)
0 Favorites   0 Comments

Color spaces of #b808ea

RGB 1848234
HSL0.800.930.47
HSV287°97°92°
CMYK 0.210.970.00   0.08
XYZ34.705316.304579.1598
Yxy16.30450.26660.1253
Hunter Lab40.378882.7564-87.9686
CIE-Lab47.371584.2207-70.5755

#b808ea color RGB value is (184,8,234).

#b808ea hex color red value is 184, green value is 8 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b808ea hue: 0.80 , saturation: 0.93 and the lightness value of b808ea is 0.47.

The process color (four color CMYK) of #b808ea color hex is 0.21, 0.97, 0.00, 0.08. Web safe color of #b808ea is #cc00ff. Color #b808ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001000 11101010
Octal 270 10 352
Decimal 184 8 234
Hex B8 8 EA

RGB Percentages of Color #b808ea

%43.19
%1.88
%54.93

CMYK Percentages of Color #b808ea

%21
%97
%0
%8

Triadic Colors of #b808ea

#b808ea #eab808 #08eab8

Analogous Colors of #b808ea

#b808ea #ea08ab #4708ea

Monochromatic Colors of #b808ea

#b808ea

Complementary Color

#b808ea #3aea08

#b808ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b808ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b808ea Color CSS Codes

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

#b808ea Text Font Color

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

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


#b808ea Background Color

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

This div background color is #b808ea


#b808ea Border Color

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

This div border color is #b808ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b808ea


Comments

No comments written yet.

Please login to write comment.