Color Hex Logo

#b083fb Color Hex

#B083FB
(176,131,251)
0 Favorites   0 Comments

Color spaces of #b083fb

RGB 176131251
HSL0.730.940.75
HSV263°48°98°
CMYK 0.300.480.00   0.02
XYZ43.433432.427795.2368
Yxy32.42770.25390.1895
Hunter Lab56.945336.4914-59.2964
CIE-Lab63.694841.6100-53.8643

#b083fb color RGB value is (176,131,251).

#b083fb hex color red value is 176, green value is 131 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b083fb hue: 0.73 , saturation: 0.94 and the lightness value of b083fb is 0.75.

The process color (four color CMYK) of #b083fb color hex is 0.30, 0.48, 0.00, 0.02. Web safe color of #b083fb is #9999ff. Color #b083fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000011 11111011
Octal 260 203 373
Decimal 176 131 251
Hex B0 83 FB

RGB Percentages of Color #b083fb

%31.54
%23.48
%44.98

CMYK Percentages of Color #b083fb

%30
%48
%0
%2

Triadic Colors of #b083fb

#b083fb #fbb083 #83fbb0

Analogous Colors of #b083fb

#b083fb #ec83fb #8392fb

Monochromatic Colors of #b083fb

#b083fb

Complementary Color

#b083fb #cefb83

#b083fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b083fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b083fb Color CSS Codes

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

#b083fb Text Font Color

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

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


#b083fb Background Color

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

This div background color is #b083fb


#b083fb Border Color

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

This div border color is #b083fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b083fb


Comments

No comments written yet.

Please login to write comment.