Color Hex Logo

#b662eb Color Hex

#B662EB
(182,98,235)
0 Favorites   0 Comments

Color spaces of #b662eb

RGB 18298235
HSL0.770.770.65
HSV277°58°92°
CMYK 0.230.580.00   0.08
XYZ38.654524.678681.3234
Yxy24.67860.26720.1706
Hunter Lab49.677651.9565-62.2849
CIE-Lab56.760956.8205-56.0105

#b662eb color RGB value is (182,98,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100010 11101011
Octal 266 142 353
Decimal 182 98 235
Hex B6 62 EB

RGB Percentages of Color #b662eb

%35.34
%19.03
%45.63

CMYK Percentages of Color #b662eb

%23
%58
%0
%8

Triadic Colors of #b662eb

#b662eb #ebb662 #62ebb6

Analogous Colors of #b662eb

#b662eb #eb62dc #7262eb

Monochromatic Colors of #b662eb

#b662eb

Complementary Color

#b662eb #97eb62

#b662eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b662eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b662eb Color CSS Codes

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

#b662eb Text Font Color

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

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


#b662eb Background Color

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

This div background color is #b662eb


#b662eb Border Color

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

This div border color is #b662eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b662eb


Comments

No comments written yet.

Please login to write comment.