Color Hex Logo

#b293fb Color Hex

#B293FB
(178,147,251)
0 Favorites   0 Comments

Color spaces of #b293fb

RGB 178147251
HSL0.720.930.78
HSV258°41°98°
CMYK 0.290.410.00   0.02
XYZ46.206437.297496.0306
Yxy37.29740.25740.2077
Hunter Lab61.071628.1767-50.4791
CIE-Lab67.499633.2378-47.8343

#b293fb color RGB value is (178,147,251).

#b293fb hex color red value is 178, green value is 147 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b293fb hue: 0.72 , saturation: 0.93 and the lightness value of b293fb is 0.78.

The process color (four color CMYK) of #b293fb color hex is 0.29, 0.41, 0.00, 0.02. Web safe color of #b293fb is #9999ff. Color #b293fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010011 11111011
Octal 262 223 373
Decimal 178 147 251
Hex B2 93 FB

RGB Percentages of Color #b293fb

%30.90
%25.52
%43.58

CMYK Percentages of Color #b293fb

%29
%41
%0
%2

Triadic Colors of #b293fb

#b293fb #fbb293 #93fbb2

Analogous Colors of #b293fb

#b293fb #e693fb #93a8fb

Monochromatic Colors of #b293fb

#b293fb

Complementary Color

#b293fb #dcfb93

#b293fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b293fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b293fb Color CSS Codes

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

#b293fb Text Font Color

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

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


#b293fb Background Color

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

This div background color is #b293fb


#b293fb Border Color

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

This div border color is #b293fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b293fb

Related Colors


Comments

No comments written yet.

Please login to write comment.