Color Hex Logo

#b249eb Color Hex

#B249EB
(178,73,235)
0 Favorites   0 Comments

Color spaces of #b249eb

RGB 17873235
HSL0.770.800.60
HSV279°69°92°
CMYK 0.240.690.00   0.08
XYZ35.738020.228280.6181
Yxy20.22820.26170.1481
Hunter Lab44.975863.1295-74.7930
CIE-Lab52.094267.3740-63.5304

#b249eb color RGB value is (178,73,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001001 11101011
Octal 262 111 353
Decimal 178 73 235
Hex B2 49 EB

RGB Percentages of Color #b249eb

%36.63
%15.02
%48.35

CMYK Percentages of Color #b249eb

%24
%69
%0
%8

Triadic Colors of #b249eb

#b249eb #ebb249 #49ebb2

Analogous Colors of #b249eb

#b249eb #eb49d3 #6149eb

Monochromatic Colors of #b249eb

#b249eb

Complementary Color

#b249eb #82eb49

#b249eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b249eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b249eb Color CSS Codes

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

#b249eb Text Font Color

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

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


#b249eb Background Color

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

This div background color is #b249eb


#b249eb Border Color

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

This div border color is #b249eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b249eb


Comments

No comments written yet.

Please login to write comment.