Color Hex Logo

#b349eb Color Hex

#B349EB
(179,73,235)
0 Favorites   0 Comments

Color spaces of #b349eb

RGB 17973235
HSL0.780.800.60
HSV279°69°92°
CMYK 0.240.690.00   0.08
XYZ35.968320.347080.6289
Yxy20.34700.26260.1486
Hunter Lab45.107663.3954-74.4042
CIE-Lab52.227367.5741-63.3091

#b349eb color RGB value is (179,73,235).

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

The process color (four color CMYK) of #b349eb color hex is 0.24, 0.69, 0.00, 0.08. Web safe color of #b349eb is #cc33ff. Color #b349eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001001 11101011
Octal 263 111 353
Decimal 179 73 235
Hex B3 49 EB

RGB Percentages of Color #b349eb

%36.76
%14.99
%48.25

CMYK Percentages of Color #b349eb

%24
%69
%0
%8

Triadic Colors of #b349eb

#b349eb #ebb349 #49ebb3

Analogous Colors of #b349eb

#b349eb #eb49d2 #6249eb

Monochromatic Colors of #b349eb

#b349eb

Complementary Color

#b349eb #81eb49

#b349eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b349eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b349eb Color CSS Codes

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

#b349eb Text Font Color

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

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


#b349eb Background Color

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

This div background color is #b349eb


#b349eb Border Color

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

This div border color is #b349eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b349eb


Comments

No comments written yet.

Please login to write comment.