Color Hex Logo

#b08efa Color Hex

#B08EFA
(176,142,250)
0 Favorites   0 Comments

Color spaces of #b08efa

RGB 176142250
HSL0.720.920.77
HSV259°43°98°
CMYK 0.300.430.00   0.02
XYZ44.832835.478294.9275
Yxy35.47820.25580.2025
Hunter Lab59.563630.1186-52.7970
CIE-Lab66.119335.2522-49.4769

#b08efa color RGB value is (176,142,250).

#b08efa hex color red value is 176, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b08efa hue: 0.72 , saturation: 0.92 and the lightness value of b08efa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001110 11111010
Octal 260 216 372
Decimal 176 142 250
Hex B0 8E FA

RGB Percentages of Color #b08efa

%30.99
%25.00
%44.01

CMYK Percentages of Color #b08efa

%30
%43
%0
%2

Triadic Colors of #b08efa

#b08efa #fab08e #8efab0

Analogous Colors of #b08efa

#b08efa #e68efa #8ea2fa

Monochromatic Colors of #b08efa

#b08efa

Complementary Color

#b08efa #d8fa8e

#b08efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08efa Color CSS Codes

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

#b08efa Text Font Color

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

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


#b08efa Background Color

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

This div background color is #b08efa


#b08efa Border Color

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

This div border color is #b08efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08efa


Comments

No comments written yet.

Please login to write comment.