Color Hex Logo

#b249fb Color Hex

#B249FB
(178,73,251)
0 Favorites   0 Comments

Color spaces of #b249fb

RGB 17873251
HSL0.760.960.64
HSV275°71°98°
CMYK 0.290.710.00   0.02
XYZ38.155221.195193.3468
Yxy21.19510.24990.1388
Hunter Lab46.038167.3694-87.9895
CIE-Lab53.162470.7296-70.7500

#b249fb color RGB value is (178,73,251).

#b249fb hex color red value is 178, green value is 73 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b249fb hue: 0.76 , saturation: 0.96 and the lightness value of b249fb is 0.64.

The process color (four color CMYK) of #b249fb color hex is 0.29, 0.71, 0.00, 0.02. Web safe color of #b249fb is #9933ff. Color #b249fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001001 11111011
Octal 262 111 373
Decimal 178 73 251
Hex B2 49 FB

RGB Percentages of Color #b249fb

%35.46
%14.54
%50.00

CMYK Percentages of Color #b249fb

%29
%71
%0
%2

Triadic Colors of #b249fb

#b249fb #fbb249 #49fbb2

Analogous Colors of #b249fb

#b249fb #fb49eb #5949fb

Monochromatic Colors of #b249fb

#b249fb

Complementary Color

#b249fb #92fb49

#b249fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b249fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b249fb Color CSS Codes

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

#b249fb Text Font Color

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

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


#b249fb Background Color

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

This div background color is #b249fb


#b249fb Border Color

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

This div border color is #b249fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b249fb


Comments

No comments written yet.

Please login to write comment.