Color Hex Logo

#b083fe Color Hex

#B083FE
(176,131,254)
0 Favorites   0 Comments

Color spaces of #b083fe

RGB 176131254
HSL0.730.980.75
HSV262°48°100°
CMYK 0.310.480.00   0.00
XYZ43.910232.618597.7476
Yxy32.61850.25200.1872
Hunter Lab57.112637.2901-61.4954
CIE-Lab63.850842.3417-55.2616

#b083fe color RGB value is (176,131,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000011 11111110
Octal 260 203 376
Decimal 176 131 254
Hex B0 83 FE

RGB Percentages of Color #b083fe

%31.37
%23.35
%45.28

CMYK Percentages of Color #b083fe

%31
%48
%0
%0

Triadic Colors of #b083fe

#b083fe #feb083 #83feb0

Analogous Colors of #b083fe

#b083fe #ee83fe #8394fe

Monochromatic Colors of #b083fe

#b083fe

Complementary Color

#b083fe #d1fe83

#b083fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b083fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b083fe Color CSS Codes

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

#b083fe Text Font Color

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

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


#b083fe Background Color

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

This div background color is #b083fe


#b083fe Border Color

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

This div border color is #b083fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b083fe


Comments

No comments written yet.

Please login to write comment.