Color Hex Logo

#b646eb Color Hex

#B646EB
(182,70,235)
0 Favorites   0 Comments

Color spaces of #b646eb

RGB 18270235
HSL0.780.800.60
HSV281°70°92°
CMYK 0.230.700.00   0.08
XYZ36.477020.323680.5976
Yxy20.32360.26550.1479
Hunter Lab45.081765.5369-74.4422
CIE-Lab52.201169.3839-63.3308

#b646eb color RGB value is (182,70,235).

#b646eb hex color red value is 182, green value is 70 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b646eb hue: 0.78 , saturation: 0.80 and the lightness value of b646eb is 0.60.

The process color (four color CMYK) of #b646eb color hex is 0.23, 0.70, 0.00, 0.08. Web safe color of #b646eb is #cc33ff. Color #b646eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000110 11101011
Octal 266 106 353
Decimal 182 70 235
Hex B6 46 EB

RGB Percentages of Color #b646eb

%37.37
%14.37
%48.25

CMYK Percentages of Color #b646eb

%23
%70
%0
%8

Triadic Colors of #b646eb

#b646eb #ebb646 #46ebb6

Analogous Colors of #b646eb

#b646eb #eb46ce #6446eb

Monochromatic Colors of #b646eb

#b646eb

Complementary Color

#b646eb #7beb46

#b646eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b646eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b646eb Color CSS Codes

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

#b646eb Text Font Color

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

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


#b646eb Background Color

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

This div background color is #b646eb


#b646eb Border Color

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

This div border color is #b646eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b646eb


Comments

No comments written yet.

Please login to write comment.