Color Hex Logo

#b049e7 Color Hex

#B049E7
(176,73,231)
0 Favorites   0 Comments

Color spaces of #b049e7

RGB 17673231
HSL0.780.770.60
HSV279°68°91°
CMYK 0.240.680.00   0.09
XYZ34.710819.764777.5868
Yxy19.76470.26280.1497
Hunter Lab44.457561.5656-72.3521
CIE-Lab51.570166.1419-62.1373

#b049e7 color RGB value is (176,73,231).

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

The process color (four color CMYK) of #b049e7 color hex is 0.24, 0.68, 0.00, 0.09. Web safe color of #b049e7 is #9933ff. Color #b049e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001001 11100111
Octal 260 111 347
Decimal 176 73 231
Hex B0 49 E7

RGB Percentages of Color #b049e7

%36.67
%15.21
%48.13

CMYK Percentages of Color #b049e7

%24
%68
%0
%9

Triadic Colors of #b049e7

#b049e7 #e7b049 #49e7b0

Analogous Colors of #b049e7

#b049e7 #e749cf #6149e7

Monochromatic Colors of #b049e7

#b049e7

Complementary Color

#b049e7 #80e749

#b049e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b049e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b049e7 Color CSS Codes

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

#b049e7 Text Font Color

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

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


#b049e7 Background Color

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

This div background color is #b049e7


#b049e7 Border Color

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

This div border color is #b049e7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,73,231, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b049e7


Comments

No comments written yet.

Please login to write comment.