Color Hex Logo

#b859ea Color Hex

#B859EA
(184,89,234)
0 Favorites   0 Comments

Color spaces of #b859ea

RGB 18489234
HSL0.780.780.63
HSV279°62°92°
CMYK 0.210.620.00   0.08
XYZ38.190823.275680.3217
Yxy23.27560.26940.1642
Hunter Lab48.244856.8730-64.9393
CIE-Lab55.355161.3928-57.6862

#b859ea color RGB value is (184,89,234).

#b859ea hex color red value is 184, green value is 89 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b859ea hue: 0.78 , saturation: 0.78 and the lightness value of b859ea is 0.63.

The process color (four color CMYK) of #b859ea color hex is 0.21, 0.62, 0.00, 0.08. Web safe color of #b859ea is #cc66ff. Color #b859ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011001 11101010
Octal 270 131 352
Decimal 184 89 234
Hex B8 59 EA

RGB Percentages of Color #b859ea

%36.29
%17.55
%46.15

CMYK Percentages of Color #b859ea

%21
%62
%0
%8

Triadic Colors of #b859ea

#b859ea #eab859 #59eab8

Analogous Colors of #b859ea

#b859ea #ea59d4 #7059ea

Monochromatic Colors of #b859ea

#b859ea

Complementary Color

#b859ea #8bea59

#b859ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b859ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b859ea Color CSS Codes

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

#b859ea Text Font Color

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

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


#b859ea Background Color

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

This div background color is #b859ea


#b859ea Border Color

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

This div border color is #b859ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b859ea


Comments

No comments written yet.

Please login to write comment.