Color Hex Logo

#b862eb Color Hex

#B862EB
(184,98,235)
0 Favorites   0 Comments

Color spaces of #b862eb

RGB 18498235
HSL0.770.770.65
HSV278°58°92°
CMYK 0.220.580.00   0.08
XYZ39.130224.923981.3457
Yxy24.92390.26910.1714
Hunter Lab49.923852.5412-61.6602
CIE-Lab57.001257.2982-55.6128

#b862eb color RGB value is (184,98,235).

#b862eb hex color red value is 184, green value is 98 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b862eb hue: 0.77 , saturation: 0.77 and the lightness value of b862eb is 0.65.

The process color (four color CMYK) of #b862eb color hex is 0.22, 0.58, 0.00, 0.08. Web safe color of #b862eb is #cc66ff. Color #b862eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100010 11101011
Octal 270 142 353
Decimal 184 98 235
Hex B8 62 EB

RGB Percentages of Color #b862eb

%35.59
%18.96
%45.45

CMYK Percentages of Color #b862eb

%22
%58
%0
%8

Triadic Colors of #b862eb

#b862eb #ebb862 #62ebb8

Analogous Colors of #b862eb

#b862eb #eb62da #7462eb

Monochromatic Colors of #b862eb

#b862eb

Complementary Color

#b862eb #95eb62

#b862eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b862eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b862eb Color CSS Codes

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

#b862eb Text Font Color

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

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


#b862eb Background Color

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

This div background color is #b862eb


#b862eb Border Color

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

This div border color is #b862eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b862eb


Comments

No comments written yet.

Please login to write comment.